diff options
Diffstat (limited to 'phpBB/templates/Euclid/admin/smile_result_body.tpl')
-rw-r--r-- | phpBB/templates/Euclid/admin/smile_result_body.tpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/templates/Euclid/admin/smile_result_body.tpl b/phpBB/templates/Euclid/admin/smile_result_body.tpl new file mode 100644 index 0000000000..a0c9b5bfc0 --- /dev/null +++ b/phpBB/templates/Euclid/admin/smile_result_body.tpl @@ -0,0 +1,17 @@ + +<br clear="all" /><br /> + +<table width="85%" cellpadding="1" cellspacing="0" border="0" align="center"> + <tr> + <td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0"> + <tr> + <td class="cat" align="center"><span class="cattitle"><b>{L_SMILEY_TITLE}</b></span></td> + </tr> + <tr> + <td class="row2" width="100%" align="center"><span class="gen">{L_SMILEY_ACTION}</span><br /><a href="{U_SMILEY_ADMIN}">{L_SMILEY_TEXT}</a></td> + </tr> + </table></td> + </tr> +</table> + +<br clear="all" /> |