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

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

manamanaging the picture and album ids, etc

File size: 758 bytes
Line 
1<div class="titrePage">
2  <h2>{'takeatour_configpage'|@translate}</h2>
3</div>
4<div id="TAT_Content">
5  <fieldset>
6    <legend>{'First Contact'|@translate}</legend>
7    <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>
8    <form action="{$F_ACTION}" method="post">
9      <input type="hidden" name="submited_tour" value="first_contact">
10      <input type="submit" name="button2" id="button2" value="{'Launch the Tour'|@translate}">
11    </form>
12  </fieldset>
13</div>
14<!-- themesContent -->
Note: See TracBrowser for help on using the repository browser.