issue 670, added reset admin menu link and XE version info.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9733 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-10-25 14:05:01 +00:00
parent 929f05617b
commit 99b93bd067
4 changed files with 23 additions and 1 deletions

View file

@ -1,7 +1,8 @@
</div>
<div class="footer">
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong>.</p>
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong> (ver. {__ZBXE_VERSION__}).</p>
<p class="cache">
<button type="button" class="text" onclick="doResetAdminMenu();">{$lang->cmd_admin_menu_reset}</button>
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button>
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button>
<a href="http://code.google.com/p/xe-core/issues/entry">{$lang->bug_report}</a>
@ -11,6 +12,8 @@
<script type="text/javascript">
xe.current_lang = '{$lang_type}';
xe.lang.confirm_run = '{$lang->confirm_run}';
xe.lang.confirm_reset_admin_menu = '{$lang->confirm_reset_admin_menu}';
admin_menu_srl = '{$admin_menu_srl}';
</script>
<load target="./js/config.js" usecdn="true" />