Mobile theme W.I.P.:

- Add list of enabled apps for mobile template as a site configuration option in admin
This commit is contained in:
Hadi Nategh 2016-03-08 09:59:18 +00:00
parent c431cf3c0e
commit 073144dd92
2 changed files with 8 additions and 0 deletions

View File

@ -416,6 +416,7 @@ limit to members of admin en Limit to members of
list config settings admin en List config settings
list current sessions admin en List current sessions
list of current users admin en List of current users
list of enabled applications on mobile template (apps must be comma separated) admin en List of enabled applications on mobile template (apps must be comma separated)
log user-agent and action of changes in history-log of entries admin en Log user-agent and action of changes in history-log of entries
logged out admin en Logged out
login history admin en Login history

View File

@ -113,6 +113,13 @@
</td>
</tr>
<tr class="row_off">
<td>{lang_List_of_enabled_applications_on_mobile_template_(apps_must_be_comma_separated)}:</td>
<td>
{call_jdots_framework::mobile_app_list}
</td>
</tr>
<tr class="th">
<td colspan="2">&nbsp;<b>{lang_security}</b></td>
</tr>