Răsfoiți Sursa

Visual adjustments.

Nate Jones 10 ani în urmă
părinte
comite
9f4a6d0745
2 a modificat fișierele cu 3 adăugiri și 8 ștergeri
  1. 1 1
      core/menu/menu_item_edit.php
  2. 2 7
      core/user_settings/user_edit.php

+ 1 - 1
core/menu/menu_item_edit.php

@@ -484,7 +484,7 @@ else {
 		}
 		echo "				<input type='hidden' name='menu_uuid' value='$menu_uuid'>";
 		echo "				<input type='hidden' name='menu_item_uuid' value='$menu_item_uuid'>";
-		echo "				<br><br>";
+		echo "				<br>";
 		echo "				<input type='submit' class='btn' name='submit' value='".$text['button-save']."'>\n";
 		echo "			</td>";
 		echo "			</tr>";

+ 2 - 7
core/user_settings/user_edit.php

@@ -472,22 +472,17 @@ else {
 	echo "		".$text['description-timezone']."<br />\n";
 	echo "	</td>\n";
 	echo "	</tr>\n";
-	echo "	</table>";
+	echo "</table>";
 	echo "<br>";
 
-	echo "<div class='' style='padding:10px;'>\n";
 	echo "<table $table_width>";
 	echo "	<tr>";
-	echo "		<td colspan='2' align='right'>";
+	echo "		<td align='right'>";
 	echo "			<input type='submit' name='submit' class='btn' value='".$text['button-save']."'>";
 	echo "		</td>";
 	echo "	</tr>";
 	echo "</table>";
 
-	echo "	</td>";
-	echo "	</tr>";
-	echo "</table>";
-	echo "</div>";
 	echo "</form>";
 
 //include the footer