diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-08 17:08:56 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-08 17:08:56 +0000 |
commit | d376ff3129214813fa791a54ed45905266773c49 (patch) | |
tree | 9426d49ffdada56ee427878c4012b89b255a44b8 /template/yoga | |
parent | 3d85d3d1d981aac403d3f17c334008186976545b (diff) |
Upload file is out of Graphic charter (Too complex to do currently).
It may come later by a template extension.
git-svn-id: http://piwigo.org/svn/trunk@2689 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-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 --> |