@@ -1009,7 +1009,7 @@ <h2 class="title">
10091009< #if dropdownMenu>
10101010< div class ="dropdown ">
10111011</ #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> >
10131013 < #if buttonIcon!='' && iconPosition='left'> < @icon style=buttonIcon /> </ #if>
10141014 < #if showTitleClass!='' && style!='btn-box-tool'> < span class ="${showTitleClass} "> </ #if> ${title}< #if showTitleClass!='' && style!='btn-box-tool'> </ span > </ #if>
10151015 < #if buttonIcon!='' && iconPosition='right'> < @icon style=buttonIcon /> </ #if>
@@ -1046,7 +1046,7 @@ <h2 class="title">
10461046< #if showTitleMd = false> < #assign showTitleClass = showTitleClass + ' ' + 'hidden-md' /> </ #if>
10471047< #if showTitleLg = false> < #assign showTitleClass = showTitleClass + ' ' + 'hidden-lg' /> </ #if>
10481048
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> >
10501050 < #if buttonIcon!='' && iconPosition='left'> < @icon style=buttonIcon /> </ #if>
10511051 < span class ="${showTitleClass} "> ${title}</ span > < #if buttonIcon!='' && iconPosition='right'> < @icon style=buttonIcon /> </ #if> < #if dropdownMenu>  < @icon style='caret-down' /> </ #if>
10521052 < #nested>
@@ -1071,7 +1071,7 @@ <h2 class="title">
10711071< #-- Radio button/Checkbox as buttons (to use with btnGroup) -->
10721072< #-- type: radio/checkbox -->
10731073< #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> >
10751075 < 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>
10761076</ label >
10771077</ #macro>
@@ -1206,8 +1206,8 @@ <h2 class="title">
12061206< #-- AdminLTE Small Box -->
12071207< #-- color:Bootstrap + AdminLTE colors -->
12081208< #-- 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> >
12111211 < article class ="media ">
12121212 < div class ="media-left ">
12131213 < figure class ="image is-64x64 ">
@@ -1216,8 +1216,8 @@ <h2 class="title">
12161216 </ div >
12171217 < div class ="media-content ">
12181218 < 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} >
12211221 </ div >
12221222 < #if url!=''>
12231223 < a class ="small-box-footer " href ="${url} "> ${urlText} < @icon style='arrow-circle-right' /> </ a >
@@ -1250,7 +1250,7 @@ <h3>
12501250 < #else> ...
12511251 </ #if>
12521252 </ p >
1253- < @aButton href='' size='' color='bg-${color}' style='btn-flat '>
1253+ < @aButton href='' size='' color='bg-${color}' style=''>
12541254 < @icon style='home' />
12551255 #i18n{portal.util.labelBackHome}
12561256 </ @aButton>
0 commit comments