diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/cat_modify.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/default/admin/cat_modify.tpl b/template/default/admin/cat_modify.tpl index 7dea3c4bd..c9b9749b3 100644 --- a/template/default/admin/cat_modify.tpl +++ b/template/default/admin/cat_modify.tpl @@ -5,6 +5,14 @@ <div class="admin">{CATEGORIES_NAV}</div> <form action="{F_ACTION}" method="POST"> <table style="width:100%;"> + <!-- BEGIN representant --> + <tr> + <td style="width:50%;" align="center"> + <a href="{representant.URL}"><img src="{representant.SRC}" alt="" class="miniature" /></a> + </td> + <td class="row1"><input type="submit" name="set_random_representant" value="{L_SET_RANDOM_REPRESENTANT}" class="bouton" /></td> + </tr> + <!-- END representant --> <!-- BEGIN server --> <tr> <td style="width:50%;"><strong>{L_REMOTE_SITE}</strong></td> |