source: trunk/plugins/TakeATour/tpl/admin.tpl @ 28194

Last change on this file since 28194 was 28169, checked in by flop25, 10 years ago

TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgrade
adding TakeATour files
less margin-top in no_photo_yet.tpl

File size: 701 bytes
Line 
1<div class="titrePage">
2  <h2>{'takeatour_configpage'|@translate}</h2>
3</div>
4<div id="helpContent">
5  <p>{'TAT_descrp'|@translate}</p>
6  {if !isset($TAT_tour_ignored) or (isset($TAT_tour_ignored) and in_array(first_contact, $TAT_tour_ignored))}
7  <fieldset>
8    <legend>{'First Contact'|@translate}</legend>
9    <div class="TAT_description">{'first_contact_descrp'|@translate}</div>
10    <form action="{$F_ACTION}" method="post">
11      <input type="hidden" name="submited_tour" value="first_contact">
12      <input type="hidden" name="pwg_token" value="{$pwg_token}">
13      <input type="submit" name="button2" id="button2" value="{'Start the Tour'|@translate}">
14    </form>
15  </fieldset>
16  {/if}
17</div>
Note: See TracBrowser for help on using the repository browser.