diff options
author | flop25 <flop25@piwigo.org> | 2014-07-15 18:03:00 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-07-15 18:03:00 +0000 |
commit | 69c4a00dae2048dc685c6b1328f1a9e24335ce1f (patch) | |
tree | 757ab1d16471acc4c78bd76139649746cda642d7 /plugins/TakeATour/tpl | |
parent | 0efcdefe415f0d5bd440b20be4518b5ec6c4c2c3 (diff) |
Take A Tour:
-only 2 files per tour.tpl
-allow external tours
-absolute url when ending the tour
-better code, commented
wiki updated (2.7 technical changes)
git-svn-id: http://piwigo.org/svn/trunk@29046 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/tpl')
-rw-r--r-- | plugins/TakeATour/tpl/admin.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TakeATour/tpl/admin.tpl b/plugins/TakeATour/tpl/admin.tpl index e79f8db08..8da067aeb 100644 --- a/plugins/TakeATour/tpl/admin.tpl +++ b/plugins/TakeATour/tpl/admin.tpl @@ -8,7 +8,7 @@ <legend>{'First Contact'|@translate}</legend> <div class="TAT_description">{'first_contact_descrp'|@translate}</div> <form action="{$F_ACTION}" method="post"> - <input type="hidden" name="submited_tour" value="first_contact"> + <input type="hidden" name="submited_tour_path" value=".../../admin/themes/first_contact"> <input type="hidden" name="pwg_token" value="{$pwg_token}"> <input type="submit" name="button2" id="button2" value="{'Start the Tour'|@translate}"> </form> @@ -19,7 +19,7 @@ <legend>{'2.7 Tour'|@translate}</legend> <div class="TAT_description">{'2_7_0_descrp'|@translate}</div> <form action="{$F_ACTION}" method="post"> - <input type="hidden" name="submited_tour" value="2_7_0"> + <input type="hidden" name="submited_tour_path" value="tours/2_7_0"> <input type="hidden" name="pwg_token" value="{$pwg_token}"> <input type="submit" name="button2" id="button2" value="{'Start the Tour'|@translate}"> </form> |