@@ -1009,7 +1009,7 @@ <h2 class="title">
1009
1009
< #if dropdownMenu>
1010
1010
< div class ="dropdown ">
1011
1011
</ #if>
1012
- < button class ="<#if style!='close'>button</#if><#if size!='' && style!='btn-box-tool'> btn-${size}</#if><#if buttonColor!='' && style!='btn-box-tool'> is-${buttonColor}</#if><#if style!=''> ${style}</#if><#if dropdownMenu> dropdown-toggle</#if><#if class!=''> ${class}</#if> " type ="${type} "< #if title!=''> title="${title}"</ #if> < #if name!=''> name="${name}"</ #if> < #if id!=''> id="${id}"</ #if> < #if value!=''> value="${value}"</ #if> < #if params!=''> ${params}</ #if> < #if disabled> disabled</ #if> < #if dropdownMenu> data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"</ #if> < #if cancel> formnovalidate</ #if> >
1012
+ < button class ="<#if style!='close'>button</#if><#if size!='' && style!='btn-box-tool'> btn-${size}</#if><#if buttonColor!='' && style!='btn-box-tool'> is-${buttonColor}</#if> is-grouped <#if style!=''> ${style}</#if><#if dropdownMenu> dropdown-toggle</#if><#if class!=''> ${class}</#if> " type ="${type} "< #if title!=''> title="${title}"</ #if> < #if name!=''> name="${name}"</ #if> < #if id!=''> id="${id}"</ #if> < #if value!=''> value="${value}"</ #if> < #if params!=''> ${params}</ #if> < #if disabled> disabled</ #if> < #if dropdownMenu> data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"</ #if> < #if cancel> formnovalidate</ #if> >
1013
1013
< #if buttonIcon!='' && iconPosition='left'> < @icon style=buttonIcon /> </ #if>
1014
1014
< #if showTitleClass!='' && style!='btn-box-tool'> < span class ="${showTitleClass} "> </ #if> ${title}< #if showTitleClass!='' && style!='btn-box-tool'> </ span > </ #if>
1015
1015
< #if buttonIcon!='' && iconPosition='right'> < @icon style=buttonIcon /> </ #if>
@@ -1046,7 +1046,7 @@ <h2 class="title">
1046
1046
< #if showTitleMd = false> < #assign showTitleClass = showTitleClass + ' ' + 'hidden-md' /> </ #if>
1047
1047
< #if showTitleLg = false> < #assign showTitleClass = showTitleClass + ' ' + 'hidden-lg' /> </ #if>
1048
1048
1049
- < a class ="button <#if size!=''>is-${size}</#if><#if color_temp!=''> is-${color_temp}</#if><#if style!=''> ${style}</#if><#if class!=''> ${class}</#if> "< #if name!=''> name="${name}"</ #if> < #if id!=''> id="${id}"</ #if> href="${href}" title="${title}"< #if params!=''> ${params}</ #if> < #if disabled> disabled</ #if> < #if dropdownMenu> data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"</ #if> >
1049
+ < a class ="button is-grouped <#if size!=''>is-${size}</#if><#if color_temp!=''> is-${color_temp}</#if><#if style!=''> ${style}</#if><#if class!=''> ${class}</#if> "< #if name!=''> name="${name}"</ #if> < #if id!=''> id="${id}"</ #if> href="${href}" title="${title}"< #if params!=''> ${params}</ #if> < #if disabled> disabled</ #if> < #if dropdownMenu> data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"</ #if> >
1050
1050
< #if buttonIcon!='' && iconPosition='left'> < @icon style=buttonIcon /> </ #if>
1051
1051
< span class ="${showTitleClass} "> ${title}</ span > < #if buttonIcon!='' && iconPosition='right'> < @icon style=buttonIcon /> </ #if> < #if dropdownMenu>  < @icon style='caret-down' /> </ #if>
1052
1052
< #nested>
@@ -1071,7 +1071,7 @@ <h2 class="title">
1071
1071
< #-- Radio button/Checkbox as buttons (to use with btnGroup) -->
1072
1072
< #-- type: radio/checkbox -->
1073
1073
< #macro btnGroupRadioCheckbox type='checkbox' color='primary' size='' name='' id='' params='' ariaLabel='' labelFor='' labelKey='' labelParams='' tabIndex='' value='' checked=false>
1074
- < label class ="button btn -${color}<#if size!=''> btn-${size}</#if> " for ="${labelFor} "< #if labelParams!=''> ${labelParams}</ #if> >
1074
+ < label class ="button is -${color}<#if size!=''> btn-${size}</#if> " for ="${labelFor} "< #if labelParams!=''> ${labelParams}</ #if> >
1075
1075
< input type ="${type} " name ="${name} " id ="${id} " autocomplete ="off "< #if value!=''> value="${value}"</ #if> < #if params!=''> ${params}</ #if> < #if tabIndex!=''> tabindex="${tabIndex}"</ #if> < #if checked> checked</ #if> /> < #if labelKey!=''> ${labelKey}</ #if>
1076
1076
</ label >
1077
1077
</ #macro>
@@ -1206,8 +1206,8 @@ <h2 class="title">
1206
1206
< #-- AdminLTE Small Box -->
1207
1207
< #-- color:Bootstrap + AdminLTE colors -->
1208
1208
< #-- unit: %,... -->
1209
- < #macro smallBox color='' title='' text='' boxIcon='' titleLevel='h3' unit='' url='' urlText='' id='' params=''>
1210
- < div class ="box<#if color!=''> ${color}</#if> "< #if id!=''> id="${id}"</ #if> < #if params!=''> ${params}</ #if> >
1209
+ < #macro smallBox color='' title='' text='' boxIcon='' titleLevel='h3' unit='' url='' urlText='' id='' params='' fontSize='30px' >
1210
+ < div class ="box<#if color!=''> has-background- ${color}</#if> "< #if id!=''> id="${id}"</ #if> < #if params!=''> ${params}</ #if> >
1211
1211
< article class ="media ">
1212
1212
< div class ="media-left ">
1213
1213
< figure class ="image is-64x64 ">
@@ -1216,8 +1216,8 @@ <h2 class="title">
1216
1216
</ div >
1217
1217
< div class ="media-content ">
1218
1218
< div class ="content ">
1219
- < ${titleLevel} > ${title} < #if unit!='' > < sup style =" font-size:20px; " > ${unit }</ sup > </ #if > </ ${titleLevel} >
1220
- < p > ${text} </ p >
1219
+ < p > ${text }</ p >
1220
+ < ${titleLevel} style="font-size:${fontSize};" > ${title} < #if unit!='' > ${unit} </ #if > </ ${titleLevel} >
1221
1221
</ div >
1222
1222
< #if url!=''>
1223
1223
< a class ="small-box-footer " href ="${url} "> ${urlText} < @icon style='arrow-circle-right' /> </ a >
@@ -1250,7 +1250,7 @@ <h3>
1250
1250
< #else> ...
1251
1251
</ #if>
1252
1252
</ p >
1253
- < @aButton href='' size='' color='bg-${color}' style='btn-flat '>
1253
+ < @aButton href='' size='' color='bg-${color}' style=''>
1254
1254
< @icon style='home' />
1255
1255
#i18n{portal.util.labelBackHome}
1256
1256
</ @aButton>
0 commit comments