|
1 | 1 | {ft_include file='modules_header.tpl'} |
2 | 2 |
|
3 | | - <table cellpadding="0" cellspacing="0" class="margin_bottom_large"> |
4 | | - <tr> |
5 | | - <td width="45"><a href="../"><img src="../images/icon_export.gif" border="0" width="34" height="34" /></a></td> |
6 | | - <td class="title"> |
7 | | - <a href="../../../admin/modules">{$LANG.word_modules}</a> |
8 | | - <span class="joiner">»</span> |
9 | | - <a href="../">{$L.module_name}</a> |
10 | | - <span class="joiner">»</span> |
11 | | - {$L.phrase_add_export_group} |
12 | | - </td> |
13 | | - </tr> |
14 | | - </table> |
15 | | - |
16 | | - <div class="margin_bottom_large"> |
| 3 | +<table cellpadding="0" cellspacing="0" class="margin_bottom_large"> |
| 4 | + <tr> |
| 5 | + <td width="45"><a href="../"><img src="../images/icon_export.gif" border="0" width="34" height="34"/></a></td> |
| 6 | + <td class="title"> |
| 7 | + <a href="../../../admin/modules">{$LANG.word_modules}</a> |
| 8 | + <span class="joiner">»</span> |
| 9 | + <a href="../">{$L.module_name}</a> |
| 10 | + <span class="joiner">»</span> |
| 11 | + {$L.phrase_add_export_group} |
| 12 | + </td> |
| 13 | + </tr> |
| 14 | +</table> |
| 15 | + |
| 16 | +<div class="margin_bottom_large"> |
17 | 17 | {$L.text_export_group_summary} |
18 | | - </div> |
| 18 | +</div> |
19 | 19 |
|
20 | | - {ft_include file='messages.tpl'} |
| 20 | +{ft_include file='messages.tpl'} |
21 | 21 |
|
22 | | - <form action="../" method="post" onsubmit="return rsv.validate(this, rules)"> |
| 22 | +<form action="../" method="post" onsubmit="return rsv.validate(this, rules)"> |
23 | 23 |
|
24 | 24 | <table border="0" width="500" class="add_export_group_table"> |
25 | | - <tr> |
26 | | - <td width="130" class="medium_grey">{$L.phrase_export_group_name}</td> |
27 | | - <td> |
28 | | - <input type="text" name="group_name" value="" style="width:200px" maxlength="50" /> |
29 | | - </td> |
30 | | - </tr> |
31 | | - <tr> |
32 | | - <td class="medium_grey">{$L.word_visibility}</td> |
33 | | - <td> |
34 | | - <input type="radio" name="visibility" value="show" id="st1" checked /> |
35 | | - <label for="st1" class="green">{$LANG.word_show}</label> |
36 | | - <input type="radio" name="visibility" value="hide" id="st2" /> |
37 | | - <label for="st2" class="red">{$LANG.word_hide}</label> |
38 | | - </td> |
39 | | - </tr> |
40 | | - <tr> |
41 | | - <td valign="top" class="medium_grey">{$L.word_icon}</td> |
42 | | - <td> |
43 | | - <input type="hidden" name="icon" id="icon" value="" /> |
44 | | - <ul class="icon_list"> |
45 | | - <li class="no_icon selected"></li> |
46 | | - {foreach from=$icons item=icon name=i} |
47 | | - {assign var=index value=$smarty.foreach.i.iteration} |
48 | | - <li><img src="{$g_root_url}/modules/export_manager/images/icons/{$icon}" /></li> |
49 | | - {/foreach} |
50 | | - </ul> |
51 | | - </td> |
52 | | - </tr> |
| 25 | + <tr> |
| 26 | + <td width="130" class="medium_grey">{$L.phrase_export_group_name}</td> |
| 27 | + <td> |
| 28 | + <input type="text" name="group_name" value="" style="width:200px" maxlength="50"/> |
| 29 | + </td> |
| 30 | + </tr> |
| 31 | + <tr> |
| 32 | + <td class="medium_grey">{$L.word_visibility}</td> |
| 33 | + <td> |
| 34 | + <input type="radio" name="visibility" value="show" id="st1" checked/> |
| 35 | + <label for="st1" class="green">{$LANG.word_show}</label> |
| 36 | + <input type="radio" name="visibility" value="hide" id="st2"/> |
| 37 | + <label for="st2" class="red">{$L.word_hide}</label> |
| 38 | + </td> |
| 39 | + </tr> |
| 40 | + <tr> |
| 41 | + <td valign="top" class="medium_grey">{$L.word_icon}</td> |
| 42 | + <td> |
| 43 | + <input type="hidden" name="icon" id="icon" value=""/> |
| 44 | + <ul class="icon_list"> |
| 45 | + <li class="no_icon selected"></li> |
| 46 | + {foreach from=$icons item=icon name=i} |
| 47 | + {assign var=index value=$smarty.foreach.i.iteration} |
| 48 | + <li><img src="{$g_root_url}/modules/export_manager/images/icons/{$icon}"/></li> |
| 49 | + {/foreach} |
| 50 | + </ul> |
| 51 | + </td> |
| 52 | + </tr> |
53 | 53 | </table> |
54 | 54 |
|
55 | 55 | <p> |
56 | | - <input type="submit" name="add_export_group" value="{$L.phrase_add_export_group}" /> |
| 56 | + <input type="submit" name="add_export_group" value="{$L.phrase_add_export_group}"/> |
57 | 57 | </p> |
58 | 58 |
|
59 | | - </form> |
| 59 | +</form> |
60 | 60 |
|
61 | 61 | {ft_include file='modules_footer.tpl'} |
0 commit comments