summaryrefslogtreecommitdiff
path: root/templates/admin_themes_manager.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-11 12:53:15 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-11 12:53:15 +0000
commitf69b0089bb417bdecbf1c3a655e5bba0d67e92fe (patch)
treefafcd3315c36152358707f7e94b5f7f2738bbf5f /templates/admin_themes_manager.tpl
parent2f5f99e0b32f042aba7bd6b540ffef84230e7d03 (diff)
downloadthemes-f69b0089bb417bdecbf1c3a655e5bba0d67e92fe.tar.gz
themes-f69b0089bb417bdecbf1c3a655e5bba0d67e92fe.tar.bz2
themes-f69b0089bb417bdecbf1c3a655e5bba0d67e92fe.zip
change behaviour of theme manager - require user approval before storing setting
Diffstat (limited to 'templates/admin_themes_manager.tpl')
-rw-r--r--templates/admin_themes_manager.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl
index 68fac44..43c64b8 100644
--- a/templates/admin_themes_manager.tpl
+++ b/templates/admin_themes_manager.tpl
@@ -6,6 +6,15 @@
</div>
<div class="body">
+ {if $approve}
+ <div id="themeapprove">
+ <h1>{tr}Confirm Selection{/tr}</h1>
+ <p>{tr}The settings you have chosen has not been applied to the site yet. This allows you to test the styles before applying them to your site. To accept the change, please click on the accept button below{/tr}<p>
+ <a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php">{biticon ipackage=icons iname="large/dialog-cancel" iexplain="Cancel"}</a>
+ <a href="{$smarty.const.THEMES_PKG_URL}admin/admin_themes_manager.php?site_style={$smarty.request.site_style}&amp;style_variation={$smarty.request.style_variation}&amp;site_style_layout={$smarty.request.site_style_layout}&amp;approved=1">{biticon ipackage=icons iname="large/dialog-ok" iexplain="Accept"}</a>
+ </div>
+ {/if}
+
{jstabs}
{jstab title="Site Style"}
{legend legend="Pick Site Style"}