ソースを参照

Sort Setting and Numeric Sort

own3mall 9 年 前
コミット
85dc879bfc
2 ファイル変更5 行追加0 行削除
  1. 4 0
      css/global.css
  2. 1 0
      lang/English/modules/gamemanager.php

+ 4 - 0
css/global.css

@@ -66,3 +66,7 @@ span.copyVersionResult{
 	cursor: pointer;
 	text-decoration: underline;
 }
+
+th.serverIdToggle{
+	width: 60px;
+}

+ 1 - 0
lang/English/modules/gamemanager.php

@@ -198,4 +198,5 @@ define('attempting_nonmaster_update', "You are attempting to update this server
 define('cannot_update_from_own_self', "Local Server Update may not run on a master server.");
 define('show_server_id', "Show Server IDs");
 define('hide_server_id', "Hide Server IDs");
+define('show_server_id_game_monitor', "Show Server IDs on Game Monitor Page");
 ?>