/upload/templates/default/attach_rules.tpl
http://torrentpier2.googlecode.com/ · Smarty Template · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · 20303ad93a5a78967984eade8082f02b MD5 · raw file
- <div class="spacer_8"></div>
- <table class="forumline wAuto">
- <tr>
- <th>{L_ATTACH_RULES_TITLE}</th>
- </tr>
- <!-- BEGIN switch_nothing -->
- <tr>
- <td class="row1 tCenter">{L_NOTE_USER_EMPTY_GROUP_PERMISSIONS}</td>
- </tr>
- <!-- END switch_nothing -->
- <!-- BEGIN group_row -->
- <tr>
- <td class="row1 tCenter">
- <h4 class="mrg_6">{group_row.GROUP_RULE_HEADER}</h4>
- <p class="mrg_6">
- <!-- BEGIN extension_row -->
- {group_row.extension_row.EXTENSION}
- <!-- END extension_row -->
- </p>
- </td>
- </tr>
- <!-- END group_row -->
- </table>