fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14735] clean up


From: Sigurd Nes
Subject: [Fmsystem-commits] [14735] clean up
Date: Sat, 13 Feb 2016 17:48:46 +0000

Revision: 14735
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14735
Author:   sigurdne
Date:     2016-02-13 17:48:07 +0000 (Sat, 13 Feb 2016)
Log Message:
-----------
clean up

Modified Paths:
--------------
    trunk/phpgwapi/js/jscalendar/lang/calendar-al.js
    trunk/phpgwapi/js/jscalendar/lang/calendar-he-utf8.js
    trunk/phpgwapi/js/tinybox2/style.css
    trunk/phpgwapi/js/tinymce/utils/validate.js
    trunk/registration/setup/tables_baseline.inc.php
    trunk/registration/setup/tables_current.inc.php

Removed Paths:
-------------
    trunk/phpgwapi/js/jscalendar/lang/calendar-hr.js

Modified: trunk/phpgwapi/js/jscalendar/lang/calendar-al.js
===================================================================
--- trunk/phpgwapi/js/jscalendar/lang/calendar-al.js    2016-02-13 17:39:37 UTC 
(rev 14734)
+++ trunk/phpgwapi/js/jscalendar/lang/calendar-al.js    2016-02-13 17:48:07 UTC 
(rev 14735)
@@ -3,73 +3,73 @@
 
 // ditet
 Calendar._DN = new Array
-("E Diele",
-"E Hene",
-"E Marte",
-"E Merkure",
-"E Enjte",
-"E Premte",
-"E Shtune",
-"E Diele");
+       ("E Diele",
+               "E Hene",
+               "E Marte",
+               "E Merkure",
+               "E Enjte",
+               "E Premte",
+               "E Shtune",
+               "E Diele");
 
 //ditet shkurt
 Calendar._SDN = new Array
-("Die",
-"Hen",
-"Mar",
-"Mer",
-"Enj",
-"Pre",
-"Sht",
-"Die");
+       ("Die",
+               "Hen",
+               "Mar",
+               "Mer",
+               "Enj",
+               "Pre",
+               "Sht",
+               "Die");
 
 // muajt
 Calendar._MN = new Array
-("Janar",
-"Shkurt",
-"Mars",
-"Prill",
-"Maj",
-"Qeshor",
-"Korrik",
-"Gusht",
-"Shtator",
-"Tetor",
-"Nentor",
-"Dhjetor");
+       ("Janar",
+               "Shkurt",
+               "Mars",
+               "Prill",
+               "Maj",
+               "Qeshor",
+               "Korrik",
+               "Gusht",
+               "Shtator",
+               "Tetor",
+               "Nentor",
+               "Dhjetor");
 
 // muajte shkurt
 Calendar._SMN = new Array
-("Jan",
-"Shk",
-"Mar",
-"Pri",
-"Maj",
-"Qes",
-"Kor",
-"Gus",
-"Sht",
-"Tet",
-"Nen",
-"Dhj");
+       ("Jan",
+               "Shk",
+               "Mar",
+               "Pri",
+               "Maj",
+               "Qes",
+               "Kor",
+               "Gus",
+               "Sht",
+               "Tet",
+               "Nen",
+               "Dhj");
 
 // ndihmesa
 Calendar._TT = {};
 Calendar._TT["INFO"] = "Per kalendarin";
 
 Calendar._TT["ABOUT"] =
-"Zgjedhes i ores/dates ne DHTML \n" +
-"\n\n" +"Zgjedhja e Dates:\n" +
-"- Perdor butonat \xab, \xbb per te zgjedhur vitin\n" +
-"- Perdor  butonat" + String.fromCharCode(0x2039) + ", " + 
-String.fromCharCode(0x203a) +
-" per te  zgjedhur muajin\n" +
-"- Mbani shtypur butonin e mousit per nje zgjedje me te shpejte.";
+       "Zgjedhes i ores/dates ne DHTML \n" +
+       "\n\n" + "Zgjedhja e Dates:\n" +
+       "- Perdor butonat \xab, \xbb per te zgjedhur vitin\n" +
+       "- Perdor  butonat" + String.fromCharCode(0x2039) + ", " +
+       String.fromCharCode(0x203a) +
+       " per te  zgjedhur muajin\n" +
+       "- Mbani shtypur butonin e mousit per nje zgjedje me te shpejte.";
 Calendar._TT["ABOUT_TIME"] = "\n\n" +
-"Zgjedhja e kohes:\n" +
-"- Kliko tek ndonje nga pjeset e ores per ta rritur ate\n" +
-"- ose kliko me Shift per ta zvogeluar ate\n" +
-"- ose cliko dhe terhiq per zgjedhje me te shpejte.";
+       "Zgjedhja e kohes:\n" +
+       "- Kliko tek ndonje nga pjeset e ores per ta rritur ate\n" +
+       "- ose kliko me Shift per ta zvogeluar ate\n" +
+       "- ose cliko dhe terhiq per zgjedhje me te shpejte.";
 
 Calendar._TT["PREV_YEAR"] = "Viti i shkuar (prit per menune)";
 Calendar._TT["PREV_MONTH"] = "Muaji i shkuar (prit per menune)";
@@ -89,8 +89,7 @@
 
 Calendar._TT["CLOSE"] = "Mbyll";
 Calendar._TT["TODAY"] = "Sot";
-Calendar._TT["TIME_PART"] = "Kliko me (Shift-)ose terhiqe per te ndryshuar 
-vleren";
+Calendar._TT["TIME_PART"] = "Kliko me (Shift-)ose terhiqe per te ndryshuar 
vleren";
 
 // date formats
 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";

Modified: trunk/phpgwapi/js/jscalendar/lang/calendar-he-utf8.js
===================================================================
--- trunk/phpgwapi/js/jscalendar/lang/calendar-he-utf8.js       2016-02-13 
17:39:37 UTC (rev 14734)
+++ trunk/phpgwapi/js/jscalendar/lang/calendar-he-utf8.js       2016-02-13 
17:48:07 UTC (rev 14735)
@@ -82,8 +82,7 @@
 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this 
this ;-)
 "הגירסא האחרונה זמינה ב: http://www.dynarch.com/projects/calendar/\n"; +
 "מופץ תחת זיכיון ה GNU LGPL.  עיין ב http://gnu.org/licenses/lgpl.html לפרטים 
נוספים." +
-"\n\n" +
-בחירת תאריך:\n" +
+"\n\n" +"בחירת תאריך:\n" +
 "- השתמש בכפתורים \xab, \xbb לבחירת שנה\n" +
 "- השתמש בכפתורים " + String.fromCharCode(0x2039) + ", " + 
String.fromCharCode(0x203a) + " לבחירת חודש\n" +
 "- החזק העכבר לחוץ מעל הכפתורים המוזכרים לעיל לבחירה מהירה יותר.";

Deleted: trunk/phpgwapi/js/jscalendar/lang/calendar-hr.js
===================================================================
(Binary files differ)

Modified: trunk/phpgwapi/js/tinybox2/style.css
===================================================================
--- trunk/phpgwapi/js/tinybox2/style.css        2016-02-13 17:39:37 UTC (rev 
14734)
+++ trunk/phpgwapi/js/tinybox2/style.css        2016-02-13 17:48:07 UTC (rev 
14735)
@@ -18,6 +18,6 @@
 #error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; 
-moz-border-radius:5px; border-radius:5px}
 #success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; 
border-right:1px solid #000; border-bottom:1px solid #000; padding:10; 
-moz-border-radius:0; border-radius:0}
 #bluemask {background:#4195aa}
-#darkmask {background:##000000}
+#darkmask {background:#000000}
 #frameless {padding:0}
 #frameless .tclose {left:6px}

Modified: trunk/phpgwapi/js/tinymce/utils/validate.js
===================================================================
--- trunk/phpgwapi/js/tinymce/utils/validate.js 2016-02-13 17:39:37 UTC (rev 
14734)
+++ trunk/phpgwapi/js/tinymce/utils/validate.js 2016-02-13 17:48:07 UTC (rev 
14735)
@@ -6,7 +6,7 @@
  * Various form validation methods.
  *
  * @author Moxiecode
- * @copyright Copyright \xA9 2004-2006, Moxiecode Systems AB, All rights 
reserved.
+ * @copyright Copyright � 2004-2006, Moxiecode Systems AB, All rights reserved.
  */
 
 function testRegExp(form_name, element_name, re) {
@@ -41,10 +41,10 @@
        return (!allow_blank && value == '') ? false : testRegExp(form_name, 
element_name, '^-?[0-9]*\\.?[0-9]*$');
 }
 
-function validateSize(form_name, element_name,) {
+function validateSize(form_name, element_name) {
        return testRegExp(form_name, element_name, '^[0-9]+(px|%)?$');
 }
 
-function validateID(form_name, element_name,) {
+function validateID(form_name, element_name) {
        return testRegExp(form_name, element_name, 
'^[A-Za-z_]([A-Za-z0-9_])*$');
 }

Modified: trunk/registration/setup/tables_baseline.inc.php
===================================================================
--- trunk/registration/setup/tables_baseline.inc.php    2016-02-13 17:39:37 UTC 
(rev 14734)
+++ trunk/registration/setup/tables_baseline.inc.php    2016-02-13 17:48:07 UTC 
(rev 14735)
@@ -29,5 +29,4 @@
                        'ix' => array(),
                        'uc' => array()
                )
-       );
-?>
+       );
\ No newline at end of file

Modified: trunk/registration/setup/tables_current.inc.php
===================================================================
--- trunk/registration/setup/tables_current.inc.php     2016-02-13 17:39:37 UTC 
(rev 14734)
+++ trunk/registration/setup/tables_current.inc.php     2016-02-13 17:48:07 UTC 
(rev 14735)
@@ -44,5 +44,4 @@
                        'ix' => array(),
                        'uc' => array()
                )
-       );
-?>
+       );
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]