diff options
Diffstat (limited to '')
-rw-r--r-- | themes/smartpocket/template/menubar.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/smartpocket/template/menubar.tpl b/themes/smartpocket/template/menubar.tpl index 49fa37e14..e4679c98e 100644 --- a/themes/smartpocket/template/menubar.tpl +++ b/themes/smartpocket/template/menubar.tpl @@ -1,6 +1,7 @@ <select name="identification" id="identification" data-icon="grid" data-iconpos="notext" data-native-menu="false"> - <option value="" data-placeholder="true">{'Identification'|@translate}</option> + <option></option> + <optgroup label="{'Identification'|@translate}"> {if isset($U_REGISTER)} <option value="{$U_REGISTER}">{'Register'|@translate}</option> @@ -18,6 +19,8 @@ <option value="{$U_ADMIN}">{'Administration'|@translate}</option> {/if} + </optgroup> + </select> {footer_script}{literal} |