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

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

first try to set modules

#sync from mobile storage

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