source: extensions/TakeATour/tpl/admin.tpl @ 28061

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

getting back a file set to ignored...

File size: 852 bytes
Line 
1<div class="titrePage">
2  <h2>{'takeatour_configpage'|@translate}</h2>
3</div>
4<div id="TAT_Content">
5  {if !isset($TAT_tour_ignored) or (isset($TAT_tour_ignored) and in_array(first_contact, $TAT_tour_ignored))}
6  <fieldset>
7    <legend>{'First Contact'|@translate}</legend>
8    <div class="TAT_description">{'Recommended for beginners, this tour introduce you Piwigo, its basic features. It will start by adding pictures, then manage them. The tour continues with album management and permissions, and ends on the customization using the configuration, the themes and the plugins.'|@translate}</div>
9    <form action="{$F_ACTION}" method="post">
10      <input type="hidden" name="submited_tour" value="first_contact">
11      <input type="submit" name="button2" id="button2" value="{'Launch the Tour'|@translate}">
12    </form>
13  </fieldset>
14  {/if}
15</div>
Note: See TracBrowser for help on using the repository browser.