Bladeren bron

Another couple of br clear

Signed-off-by: emanuele <[email protected]>
emanuele 12 jaren geleden
bovenliggende
commit
a589351003
3 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 1 0
      Sources/ManagePosts.php
  2. 2 3
      Themes/default/ManageSearch.template.php
  3. 2 2
      Themes/default/SendTopic.template.php

+ 1 - 0
Sources/ManagePosts.php

@@ -248,6 +248,7 @@ function ModifyPostSettings($return_config = false)
 			}
 			elseif (isset($body_type) && $_POST['max_messageLength'] <= 65535 && $body_type != 'text')
 			{
+				// @TODO shouldn't we warn that reducing the size of the column something could be lost?
 				// Shorten the column so we can have the benefit of fulltext searching again!
 				$smcFunc['db_change_column']('{db_prefix}messages', 'body', array('type' => 'text'));
 			}

+ 2 - 3
Themes/default/ManageSearch.template.php

@@ -251,12 +251,11 @@ function template_create_index()
 					<input type="submit" name="save" value="', $txt['search_create_index_start'], '" class="button_submit" />
 					<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
 				</div>
+				<br class="clear" />
 				<span class="botslice"><span></span></span>
 			</div>
-
 	</form>
-	</div>
-	<br class="clear" />';
+	</div>';
 }
 
 function template_create_index_progress()

+ 2 - 2
Themes/default/SendTopic.template.php

@@ -269,12 +269,12 @@ function template_report()
 							<input type="submit" name="save" value="', $txt['rtm10'], '" style="margin-left: 1ex;" class="button_submit" />
 						</div>
 					</div>
+					<br class="clear" />
 					<span class="botslice"><span></span></span>
 				</div>
 			<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
 		</form>
-	</div>
-	<br class="clear" />';
+	</div>';
 }
 
 ?>