浏览代码

Registrations: Restore Show All button, better widths for Agent and Status columns.

Nate 5 年之前
父节点
当前提交
9c231266f6
共有 2 个文件被更改,包括 42 次插入20 次删除
  1. 22 0
      resources/app_languages.php
  2. 20 20
      themes/default/css.php

+ 22 - 0
resources/app_languages.php

@@ -592,6 +592,28 @@ $text['button-show_all']['sv-se'] = "Visa Allt";
 $text['button-show_all']['uk-ua'] = "Показати всі";
 $text['button-show_all']['uk-ua'] = "Показати всі";
 $text['button-show_all']['tr-tr'] = "Hepsini Görüntüle";
 $text['button-show_all']['tr-tr'] = "Hepsini Görüntüle";
 
 
+$text['button-show_local']['en-us'] = "Show Local";
+$text['button-show_local']['ar-eg'] = "Show Local";
+$text['button-show_local']['de-at'] = "Show Local";
+$text['button-show_local']['de-ch'] = "Show Local";
+$text['button-show_local']['de-de'] = "Show Local";
+$text['button-show_local']['el-gr'] = "Show Local";
+$text['button-show_local']['es-cl'] = "Show Local";
+$text['button-show_local']['es-mx'] = "Show Local";
+$text['button-show_local']['fr-ca'] = "Show Local";
+$text['button-show_local']['fr-fr'] = "Show Local";
+$text['button-show_local']['he-il'] = "Show Local";
+$text['button-show_local']['it-it'] = "Show Local";
+$text['button-show_local']['nl-nl'] = "Show Local";
+$text['button-show_local']['pl-pl'] = "Show Local";
+$text['button-show_local']['pt-br'] = "Show Local";
+$text['button-show_local']['pt-pt'] = "Show Local";
+$text['button-show_local']['ro-ro'] = "Show Local";
+$text['button-show_local']['ru-ru'] = "Show Local";
+$text['button-show_local']['sv-se'] = "Show Local";
+$text['button-show_local']['uk-ua'] = "Show Local";
+$text['button-show_local']['tr-tr'] = "Show Local";
+
 $text['button-restore']['en-us'] = "Restore Default";
 $text['button-restore']['en-us'] = "Restore Default";
 $text['button-restore']['ar-eg'] = "";
 $text['button-restore']['ar-eg'] = "";
 $text['button-restore']['de-at'] = "Ursprungszustand wiederherstellen"; //copied from de-de
 $text['button-restore']['de-at'] = "Ursprungszustand wiederherstellen"; //copied from de-de

+ 20 - 20
themes/default/css.php

@@ -2467,26 +2467,26 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
 
 
 /* WIDTH HELPERS **********************************************************************/
 /* WIDTH HELPERS **********************************************************************/
 
 
-	.min-pct-5 { min-width: 5%; }
-	.min-pct-10 { min-width: 10%; }
-	.min-pct-15 { min-width: 15%; }
-	.min-pct-20 { min-width: 20%; }
-	.min-pct-25 { min-width: 25%; }
-	.min-pct-30 { min-width: 30%; }
-	.min-pct-35 { min-width: 35%; }
-	.min-pct-40 { min-width: 40%; }
-	.min-pct-45 { min-width: 45%; }
-	.min-pct-50 { min-width: 50%; }
-	.min-pct-55 { min-width: 55%; }
-	.min-pct-60 { min-width: 60%; }
-	.min-pct-65 { min-width: 65%; }
-	.min-pct-70 { min-width: 70%; }
-	.min-pct-75 { min-width: 75%; }
-	.min-pct-80 { min-width: 80%; }
-	.min-pct-85 { min-width: 85%; }
-	.min-pct-90 { min-width: 90%; }
-	.min-pct-95 { min-width: 95%; }
-	.min-pct-100 { min-width: 100%; }
+	.pct-5 { width: 5%; }
+	.pct-10 { width: 10%; }
+	.pct-15 { width: 15%; }
+	.pct-20 { width: 20%; }
+	.pct-25 { width: 25%; }
+	.pct-30 { width: 30%; }
+	.pct-35 { width: 35%; }
+	.pct-40 { width: 40%; }
+	.pct-45 { width: 45%; }
+	.pct-50 { width: 50%; }
+	.pct-55 { width: 55%; }
+	.pct-60 { width: 60%; }
+	.pct-65 { width: 65%; }
+	.pct-70 { width: 70%; }
+	.pct-75 { width: 75%; }
+	.pct-80 { width: 80%; }
+	.pct-85 { width: 85%; }
+	.pct-90 { width: 90%; }
+	.pct-95 { width: 95%; }
+	.pct-100 { width: 100%; }
 
 
 /* MODAL ************************************************************************/
 /* MODAL ************************************************************************/