Переглянути джерело

! some missing cleanup from the standardization attempt

Spuds 12 роки тому
батько
коміт
53c8bc2fc0
3 змінених файлів з 7 додано та 3 видалено
  1. 3 1
      Themes/default/Display.template.php
  2. 3 1
      Themes/default/Post.template.php
  3. 1 1
      index.php

+ 3 - 1
Themes/default/Display.template.php

@@ -718,7 +718,8 @@ function template_main()
 							<div class="quickReplyContent">
 								<textarea cols="600" rows="7" name="message" tabindex="', $context['tabindex']++, '"></textarea>
 							</div>
-							<div class="righttext padding">
+							<div class="padding">
+								<hr class="hrcolor" />
 								<input type="submit" name="post" value="', $txt['post'], '" onclick="return submitThisOnce(this);" accesskey="s" tabindex="', $context['tabindex']++, '" class="button_submit" />
 								<input type="submit" name="preview" value="', $txt['preview'], '" onclick="return submitThisOnce(this);" accesskey="p" tabindex="', $context['tabindex']++, '" class="button_submit" />';
 
@@ -727,6 +728,7 @@ function template_main()
 								<input type="button" value="', $txt['spell_check'], '" onclick="spellCheck(\'postmodify\', \'message\');" tabindex="', $context['tabindex']++, '" class="button_submit" />';
 
 			echo '
+								<br class="clear_right" />
 							</div>
 						</form>
 					</div>

+ 3 - 1
Themes/default/Post.template.php

@@ -484,7 +484,8 @@ function template_main()
 					<p class="smalltext" id="shortcuts">
 						', isBrowser('is_firefox') ? $txt['shortcuts_firefox'] : $txt['shortcuts'], '
 					</p>
-					<p id="post_confirm_buttons" class="righttext">
+					<p id="post_confirm_buttons">
+						<hr class="hrcolor" />
 						', template_control_richedit_buttons($context['post_box_name']);
 
 	// Option to delete an event if user is editing one.
@@ -493,6 +494,7 @@ function template_main()
 						<input type="submit" name="deleteevent" value="', $txt['event_delete'], '" onclick="return confirm(\'', $txt['event_delete_confirm'], '\');" class="button_submit" />';
 
 	echo '
+						<br class="clear_right" />
 					</p>
 				</div>
 				<span class="lowerframe"><span></span></span>

+ 1 - 1
index.php

@@ -184,7 +184,7 @@ function smf_main()
 	// Load the current theme.  (note that ?theme=1 will also work, may be used for guest theming.)
 	else
 		loadTheme();
-
+	
 	// Check if the user should be disallowed access.
 	is_not_banned();