Bladeren bron

Control panel theme minor fixes

pecesama 15 jaren geleden
bovenliggende
commit
afdb52bafe

+ 2 - 2
admin/themes/admin/template_add_link.htm Bestand weergeven

@@ -1,11 +1,11 @@
1 1
 			
2 2
 			<div>
3 3
 				<label for="title">Name <span class="option">(optional)</span></label>			
4
-				<input class="txt" type="text" name="title" id="title" value="{editTitle}" size="80" />
4
+				<br /><input class="txt" type="text" name="title" id="title" value="{editTitle}" size="80" />
5 5
 			</div>
6 6
 			<div>
7 7
 				<label for="url">URL</label>			
8
-				<input class="txt" type="text" name="url" id="url" value="{editUrl}" size="80" />
8
+				<br /><input class="txt" type="text" name="url" id="url" value="{editUrl}" size="80" />
9 9
 			</div>
10 10
 			<div>
11 11
 				<div id="add_link_description" style="margin-top:5px;">

+ 2 - 2
admin/themes/admin/template_add_mp3.htm Bestand weergeven

@@ -1,9 +1,9 @@
1 1
 									
2 2
 		<div>
3 3
 			<label for="url">MP3 URL</label>			
4
-			<input class="txt" type="text" name="url" id="url" value="{editUrl}" size="80" />
4
+			<br /><input class="txt" type="text" name="url" id="url" value="{editUrl}" size="80" />
5 5
 			<div style="color: rgb(136, 136, 136); margin-bottom: 5px; font-size: 11px; font-weight: bold;">
6
-				This is the MP3 file URL or a GoEar URL or Odeo URL.<br>
6
+				This is the MP3 file URL or a GoEar URL or an Odeo URL.<br>
7 7
 				<span style="font-size: 10px; font-weight: normal;">(ie. http://www.goear.com/listen.php?v=c0a2c85)</span>
8 8
 			</div>
9 9
 		</div>								

+ 2 - 2
admin/themes/admin/template_add_photo.htm Bestand weergeven

@@ -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.&nbsp; <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>

+ 2 - 2
admin/themes/admin/template_add_photo_bm.htm Bestand weergeven

@@ -6,12 +6,12 @@
6 6
 
7 7
 	<div id="photo_url">
8 8
 		<label for="description">Photo URL</label>
9
-		<input class="input-text" type="text" name="url" id="url" size="80" value="{editUrl}" />
9
+		<br /><input class="input-text" type="text" name="url" id="url" size="80" value="{editUrl}" />
10 10
 	</div>
11 11
 
12 12
 	<div>
13 13
 		<label for="description" style="display:block;">Caption <span class="option">(optional)</span></label>
14
-		<textarea rows="12" cols="84" name="description" id="description">{editBody}</textarea>											
14
+		<br /><textarea rows="12" cols="84" name="description" id="description">{editBody}</textarea>											
15 15
 	</div>
16 16
 
17 17
 	<input type="hidden" name="title" id="title" value="" />

+ 1 - 1
admin/themes/admin/template_add_post.htm Bestand weergeven

@@ -1,7 +1,7 @@
1 1
 	
2 2
 	<div>
3 3
 		<label for="title" style="display:block;">Title <span class="option">(optional)</span></label>
4
-		<input class="txt" type="text" name="title" id="title" value="{editTitle}" size="80" />
4
+		<br /><input class="txt" type="text" name="title" id="title" value="{editTitle}" size="80" />
5 5
 	</div>	
6 6
 	<div>
7 7
 		<label for="description" style="display:block;">Body</label>

+ 2 - 2
admin/themes/admin/template_add_quote.htm Bestand weergeven

@@ -2,11 +2,11 @@
2 2
 		
3 3
 		<div>
4 4
 			<label for="description">Quote</label>
5
-			<textarea rows="12" cols="84" name="description" id="description">{editBody}</textarea>											
5
+			<br /><textarea rows="12" cols="84" name="description" id="description">{editBody}</textarea>											
6 6
 		</div>
7 7
 		<div>
8 8
 			<label for="title">Source <span class="option">(optional)</span></label>
9
-			<input class="txt" type="text" name="title" id="title" value="{editTitle}" size="80" />
9
+			<br /><input class="txt" type="text" name="title" id="title" value="{editTitle}" size="80" />
10 10
 		</div>
11 11
 
12 12
 		<input type="hidden" name="url" id="url" value="" />

+ 2 - 2
admin/themes/admin/template_add_video.htm Bestand weergeven

@@ -1,9 +1,9 @@
1 1
 				
2 2
 		<div>
3 3
 			<label for="url">Video URL</label>			
4
-			<input class="txt" type="text" name="url" id="url" value="{editUrl}" size="80" />
4
+			<br /><input class="txt" type="text" name="url" id="url" value="{editUrl}" size="80" />
5 5
 			<div style="color: rgb(136, 136, 136); margin-bottom: 5px; font-size: 11px; font-weight: bold;">
6
-				This is the URL from the video sites YouTube, Vimeo or Yahoo.<br>
6
+				This is the URL from the video sites YouTube, Vimeo, Yahoo, Daily Motion or even an Slide Share Presentation.<br>
7 7
 				<span style="font-size: 10px; font-weight: normal;">(ie. http://youtube.com/watch?v=HcBFLN9cli0)</span>
8 8
 			</div>
9 9
 		</div>