|
|
@@ -2,7 +2,7 @@
|
|
2
|
2
|
|
|
3
|
3
|
<div id="photo_upload">
|
|
4
|
4
|
<label for="description">Photo</label>
|
|
5
|
|
- <input type="file" name="photo" id="photo" accept="image/gif,image/jpeg,image/jpg,image/png"/>
|
|
|
5
|
+ <br /><input type="file" name="photo" id="photo" accept="image/gif,image/jpeg,image/jpg,image/png"/>
|
|
6
|
6
|
<div style="font-size:11px; color:#666; margin-top:5px;">
|
|
7
|
7
|
Supports JPEG, GIF and PNG. <strong>Max size is 10 MB.</strong>
|
|
8
|
8
|
</div>
|
|
|
@@ -13,7 +13,7 @@
|
|
13
|
13
|
|
|
14
|
14
|
<div id="photo_url">
|
|
15
|
15
|
<label for="description">Photo URL</label>
|
|
16
|
|
- <input class="input-text" type="text" name="url" id="url" size="80" value="{editUrl}" />
|
|
|
16
|
+ <br /><input class="input-text" type="text" name="url" id="url" size="80" value="{editUrl}" />
|
|
17
|
17
|
<div style="font-size:11px; color:#666; margin-top:5px;">
|
|
18
|
18
|
<a href="#" class="linkFrm">Use a upload form instead</a>
|
|
19
|
19
|
</div>
|