Browse Source

Control panel theme minor fixes

pecesama 16 years ago
parent
commit
afdb52bafe

+ 2 - 2
admin/themes/admin/template_add_link.htm View File

1
 			
1
 			
2
 			<div>
2
 			<div>
3
 				<label for="title">Name <span class="option">(optional)</span></label>			
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
 			</div>
5
 			</div>
6
 			<div>
6
 			<div>
7
 				<label for="url">URL</label>			
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
 			</div>
9
 			</div>
10
 			<div>
10
 			<div>
11
 				<div id="add_link_description" style="margin-top:5px;">
11
 				<div id="add_link_description" style="margin-top:5px;">

+ 2 - 2
admin/themes/admin/template_add_mp3.htm View File

1
 									
1
 									
2
 		<div>
2
 		<div>
3
 			<label for="url">MP3 URL</label>			
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
 			<div style="color: rgb(136, 136, 136); margin-bottom: 5px; font-size: 11px; font-weight: bold;">
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
 				<span style="font-size: 10px; font-weight: normal;">(ie. http://www.goear.com/listen.php?v=c0a2c85)</span>
7
 				<span style="font-size: 10px; font-weight: normal;">(ie. http://www.goear.com/listen.php?v=c0a2c85)</span>
8
 			</div>
8
 			</div>
9
 		</div>								
9
 		</div>								

+ 2 - 2
admin/themes/admin/template_add_photo.htm View File

2
 
2
 
3
 	<div id="photo_upload">
3
 	<div id="photo_upload">
4
 		<label for="description">Photo</label>												
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
 		<div style="font-size:11px; color:#666; margin-top:5px;">
6
 		<div style="font-size:11px; color:#666; margin-top:5px;">
7
 			Supports JPEG, GIF and PNG.&nbsp; <strong>Max size is 10 MB.</strong>
7
 			Supports JPEG, GIF and PNG.&nbsp; <strong>Max size is 10 MB.</strong>
8
 		</div>
8
 		</div>
13
 
13
 
14
 	<div id="photo_url">
14
 	<div id="photo_url">
15
 		<label for="description">Photo URL</label>
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
 		<div style="font-size:11px; color:#666; margin-top:5px;">
17
 		<div style="font-size:11px; color:#666; margin-top:5px;">
18
 			<a href="#" class="linkFrm">Use a upload form instead</a>
18
 			<a href="#" class="linkFrm">Use a upload form instead</a>
19
 		</div>
19
 		</div>

+ 2 - 2
admin/themes/admin/template_add_photo_bm.htm View File

6
 
6
 
7
 	<div id="photo_url">
7
 	<div id="photo_url">
8
 		<label for="description">Photo URL</label>
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
 	</div>
10
 	</div>
11
 
11
 
12
 	<div>
12
 	<div>
13
 		<label for="description" style="display:block;">Caption <span class="option">(optional)</span></label>
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
 	</div>
15
 	</div>
16
 
16
 
17
 	<input type="hidden" name="title" id="title" value="" />
17
 	<input type="hidden" name="title" id="title" value="" />

+ 1 - 1
admin/themes/admin/template_add_post.htm View File

1
 	
1
 	
2
 	<div>
2
 	<div>
3
 		<label for="title" style="display:block;">Title <span class="option">(optional)</span></label>
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
 	</div>	
5
 	</div>	
6
 	<div>
6
 	<div>
7
 		<label for="description" style="display:block;">Body</label>
7
 		<label for="description" style="display:block;">Body</label>

+ 2 - 2
admin/themes/admin/template_add_quote.htm View File

2
 		
2
 		
3
 		<div>
3
 		<div>
4
 			<label for="description">Quote</label>
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
 		</div>
6
 		</div>
7
 		<div>
7
 		<div>
8
 			<label for="title">Source <span class="option">(optional)</span></label>
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
 		</div>
10
 		</div>
11
 
11
 
12
 		<input type="hidden" name="url" id="url" value="" />
12
 		<input type="hidden" name="url" id="url" value="" />

+ 2 - 2
admin/themes/admin/template_add_video.htm View File

1
 				
1
 				
2
 		<div>
2
 		<div>
3
 			<label for="url">Video URL</label>			
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
 			<div style="color: rgb(136, 136, 136); margin-bottom: 5px; font-size: 11px; font-weight: bold;">
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
 				<span style="font-size: 10px; font-weight: normal;">(ie. http://youtube.com/watch?v=HcBFLN9cli0)</span>
7
 				<span style="font-size: 10px; font-weight: normal;">(ie. http://youtube.com/watch?v=HcBFLN9cli0)</span>
8
 			</div>
8
 			</div>
9
 		</div>									
9
 		</div>