diff options
Diffstat (limited to 'template/yoga/upload.tpl')
-rw-r--r-- | template/yoga/upload.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/upload.tpl b/template/yoga/upload.tpl index a685a9a86..11f7eb97b 100644 --- a/template/yoga/upload.tpl +++ b/template/yoga/upload.tpl @@ -36,7 +36,7 @@ </tr> <tr> <td colspan="2" align="center"> - <input name="picture" type="file" value="" /> + <input class="file" name="picture" type="file" value="" /> </td> </tr> {if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS} @@ -105,6 +105,6 @@ {/if} {if isset($SHOW_FORM_FIELDS) and $SHOW_FORM_FIELDS} - <div style="text-align:left;"><span style="color:red;">*</span> : {'mandatory'|@translate}</div> + <div style="text-align:left; margin-left:20px;"><span style="color:red;">*</span> : {'mandatory'|@translate}</div> {/if} </div> <!-- content --> |