Last change
on this file since 3675 was
3524,
checked in by ddtddt, 15 years ago
|
translate hide Branch2
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
999 bytes
|
Line | |
---|
1 | {* $Id: menubar.tpl 3524 2009-07-04 22:15:14Z ddtddt $ *} |
---|
2 | |
---|
3 | <div class="titrePage"> |
---|
4 | <h2>Menubar</h2> |
---|
5 | </div> |
---|
6 | |
---|
7 | <form method="post" class="properties"> |
---|
8 | <table class="table2"> |
---|
9 | <tr class="throw"> |
---|
10 | <td>Id</td> |
---|
11 | <td>{'Author'|@translate}</td> |
---|
12 | <td>{'Name'|@translate}</td> |
---|
13 | <td>{'Position'|@translate}</td> |
---|
14 | <td>{'Hide'|@translate}</td> |
---|
15 | </tr> |
---|
16 | {foreach from=$blocks item=block name="block_loop"} |
---|
17 | <tr class="{if $smarty.foreach.block_loop.index is odd}row1{else}row2{/if}"> |
---|
18 | <td>{$block.reg->get_id()}</td> |
---|
19 | <td>{$block.reg->get_owner()}</td> |
---|
20 | <td>{$block.reg->get_name()|@translate}</td> |
---|
21 | <td><input type="input" name="pos_{$block.reg->get_id()}" value={math equation="abs(pos)" pos=$block.pos} size="2"></td> |
---|
22 | <td><input type="checkbox" name="hide_{$block.reg->get_id()}" {if $block.pos<0}checked="checked"{/if} ></td> |
---|
23 | </tr> |
---|
24 | {/foreach} |
---|
25 | </table> |
---|
26 | <p> |
---|
27 | <input type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}/> |
---|
28 | <input type="submit" name="reset" value="{'Reset'|@translate}" {$TAG_INPUT_ENABLED}/> |
---|
29 | </p> |
---|
30 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.