aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/menubar.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/template/menubar.tpl')
-rw-r--r--themes/smartpocket/template/menubar.tpl5
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}