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

SF.net SVN: ledger-smb:[5988] branches/1.3



Revision: 5988
          http://sourceforge.net/p/ledger-smb/code/5988
Author:   pongracz
Date:     2013-08-29 18:10:04 +0000 (Thu, 29 Aug 2013)
Log Message:
-----------
Polish the Contact form (vendor/customer): wider input fields. Please check and send me feedback.

Modified Paths:
--------------
    branches/1.3/UI/Contact/contact.css
    branches/1.3/UI/Contact/contact.html

Added Paths:
-----------
    branches/1.3/UI/UI.patch

Property Changed:
----------------
    branches/1.3/UI/
    branches/1.3/UI/Contact/
    branches/1.3/UI/Contact/contact.css
    branches/1.3/UI/Contact/contact.html
    branches/1.3/bin/

Index: branches/1.3/UI
===================================================================
--- branches/1.3/UI	2013-08-29 17:36:22 UTC (rev 5987)
+++ branches/1.3/UI	2013-08-29 18:10:04 UTC (rev 5988)

Property changes on: branches/1.3/UI
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-29T17:41:14.402493Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0700
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+0 root
\ No newline at end of property
Index: branches/1.3/UI/Contact
===================================================================
--- branches/1.3/UI/Contact	2013-08-29 17:36:22 UTC (rev 5987)
+++ branches/1.3/UI/Contact	2013-08-29 18:10:04 UTC (rev 5988)

Property changes on: branches/1.3/UI/Contact
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-29T17:41:34.968044Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0700
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+0 root
\ No newline at end of property
Modified: branches/1.3/UI/Contact/contact.css
===================================================================
--- branches/1.3/UI/Contact/contact.css	2013-08-29 17:36:22 UTC (rev 5987)
+++ branches/1.3/UI/Contact/contact.css	2013-08-29 18:10:04 UTC (rev 5988)
@@ -1,7 +1,7 @@
 label {
 	text-align: right;
 	margin-left: auto;
-        margin-right: 1em
+        margin-right: 1em;
 }
 
 input { margin-left: 0em;
@@ -84,23 +84,30 @@
 }
 
 #credit_div label {
-	width: 10em;
+	width: 8em;
 }
 
+#credittax_div label {
+	width: 24em;
+}
+
+
+
+
 #location_div label {
-	width: 6em;
+	width: 10em;
 }
 
 #contact_div label {
-	width: 6em;
+	width: 10em;
 }
 
 #bank_div label {
-	width: 9em;
+	width: 10em;
 }
 
 #notes_div label {
-	width: 6em;
+	width: 10em;
 }
 
 


Property changes on: branches/1.3/UI/Contact/contact.css
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-29T17:41:34.944546Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0600
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+0 root
\ No newline at end of property
Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html	2013-08-29 17:36:22 UTC (rev 5987)
+++ branches/1.3/UI/Contact/contact.html	2013-08-29 18:10:04 UTC (rev 5988)
@@ -633,6 +633,7 @@
         </table>
         <div class="input_container" id="tax-credit-div">
         <div class="listtop"><?lsmb text('Taxes') ?></div>
+	<div id="credittax_div">
         <?lsmb FOR tx = all_taxes ?> 
         <div class="inputrow" id="taxrow-<?lsmb tx.chart_id ?>">
         <span class="input" id="txinput-<?lsmb tx.id ?>">
@@ -649,6 +650,8 @@
                    } ?><span></div>
         <?lsmb END # FOR tx ?>
          </div>
+         </div>
+	<div id="credittax_div">
         <div class="inputrow" id="taxincludedrow">
             <?lsmb 
 
@@ -666,6 +669,8 @@
                             } 
             ?> 
          </div>
+         </div>
+
 		<?lsmb IF credit_id;
 		INCLUDE button element_data = {
 			text = text('Save Changes'),
@@ -838,7 +843,7 @@
 			name = "line_one",
 			value = line_one,
 			type = "text",
-			size = "20"
+			size = "30"
 		} ?>
 	</div>
 	<div> 
@@ -848,7 +853,7 @@
 			class = "addl-address"
 			value = line_two
 			type = "text"
-			size = "20"
+			size = "30"
 		} ?>
 	</div>
 	<div> 
@@ -858,7 +863,7 @@
 			class = "addl-address"
 			value = line_three
 			type = "text"
-			size = "20"
+			size = "30"
 		} ?>
 	</div>
 	<div> 
@@ -867,7 +872,7 @@
 			name = "city",
 			value = city,
 			type = "text",
-			size = "20"
+			size = "30"
 		} ?>
 	</div>
 	<div> 
@@ -876,7 +881,7 @@
 			name = "state",
 			value = state,
 			type = "text",
-			size = "20"
+			size = "30"
 		} ?>
 	</div>
 	<div> 
@@ -885,7 +890,7 @@
 			name = "mail_code",
 			value = mail_code,
 			type = "text",
-			size = "20"
+			size = "30"
 		} #' ?>
 	</div>
 	<div> 
@@ -1008,7 +1013,7 @@
 			name = "description"
 			value = description
 			type = "text"
-			size = "20"
+			size = "30"
 		} #' ?>
 	</div>
 	<div>
@@ -1017,7 +1022,7 @@
 			name = "contact"
 			value = contact
 			type = "text"
-			size = "20"
+			size = "30"
 		} #' ?>
 	</div>
 	<div><?lsmb PROCESS button element_data = {
@@ -1092,7 +1097,7 @@
 		label = text('BIC/SWIFT Code')
 		name="bic" 
 		value=bic
-		size=20
+		size=30
 	} #' ?>
 	</div>
 	<div>
@@ -1143,7 +1148,7 @@
       name = "subject"
       value = subject
       type = "text"
-      size = "20"
+      size = "40"
 	} ?>
 </div>
 <div class="input"><?lsmb PROCESS select element_data = {


Property changes on: branches/1.3/UI/Contact/contact.html
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-29T17:41:34.967949Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0600
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: branches/1.3/UI/UI.patch
===================================================================
--- branches/1.3/UI/UI.patch	                        (rev 0)
+++ branches/1.3/UI/UI.patch	2013-08-29 18:10:04 UTC (rev 5988)
@@ -0,0 +1,167 @@
+diff -Nurw UI-old/Contact/contact.css UI/Contact/contact.css
+--- UI-old/Contact/contact.css	2013-08-29 18:53:53.000000000 +0200
++++ UI/Contact/contact.css	2013-08-10 14:22:38.088044000 +0200
+@@ -1,7 +1,7 @@
+ label {
+ 	text-align: right;
+ 	margin-left: auto;
+-        margin-right: 1em
++        margin-right: 1em;
+ }
+ 
+ input { margin-left: 0em;
+@@ -84,23 +84,30 @@
+ }
+ 
+ #credit_div label {
+-	width: 10em;
++	width: 8em;
++}
++
++#credittax_div label {
++	width: 24em;
+ }
+ 
++
++
++
+ #location_div label {
+-	width: 6em;
++	width: 10em;
+ }
+ 
+ #contact_div label {
+-	width: 6em;
++	width: 10em;
+ }
+ 
+ #bank_div label {
+-	width: 9em;
++	width: 10em;
+ }
+ 
+ #notes_div label {
+-	width: 6em;
++	width: 10em;
+ }
+ 
+ 
+diff -Nurw UI-old/Contact/contact.html UI/Contact/contact.html
+--- UI-old/Contact/contact.html	2013-08-29 18:53:54.000000000 +0200
++++ UI/Contact/contact.html	2013-08-11 10:05:26.343085000 +0200
+@@ -633,6 +633,7 @@
+         </table>
+         <div class="input_container" id="tax-credit-div">
+         <div class="listtop"><?lsmb text('Taxes') ?></div>
++	<div id="credittax_div">
+         <?lsmb FOR tx = all_taxes ?> 
+         <div class="inputrow" id="taxrow-<?lsmb tx.chart_id ?>">
+         <span class="input" id="txinput-<?lsmb tx.id ?>">
+@@ -649,6 +650,8 @@
+                    } ?><span></div>
+         <?lsmb END # FOR tx ?>
+          </div>
++         </div>
++	<div id="credittax_div">
+         <div class="inputrow" id="taxincludedrow">
+             <?lsmb 
+ 
+@@ -666,6 +669,8 @@
+                             } 
+             ?> 
+          </div>
++         </div>
++
+ 		<?lsmb IF credit_id;
+ 		INCLUDE button element_data = {
+ 			text = text('Save Changes'),
+@@ -838,7 +843,7 @@
+ 			name = "line_one",
+ 			value = line_one,
+ 			type = "text",
+-			size = "20"
++			size = "30"
+ 		} ?>
+ 	</div>
+ 	<div> 
+@@ -848,7 +853,7 @@
+ 			class = "addl-address"
+ 			value = line_two
+ 			type = "text"
+-			size = "20"
++			size = "30"
+ 		} ?>
+ 	</div>
+ 	<div> 
+@@ -858,7 +863,7 @@
+ 			class = "addl-address"
+ 			value = line_three
+ 			type = "text"
+-			size = "20"
++			size = "30"
+ 		} ?>
+ 	</div>
+ 	<div> 
+@@ -867,7 +872,7 @@
+ 			name = "city",
+ 			value = city,
+ 			type = "text",
+-			size = "20"
++			size = "30"
+ 		} ?>
+ 	</div>
+ 	<div> 
+@@ -876,7 +881,7 @@
+ 			name = "state",
+ 			value = state,
+ 			type = "text",
+-			size = "20"
++			size = "30"
+ 		} ?>
+ 	</div>
+ 	<div> 
+@@ -885,7 +890,7 @@
+ 			name = "mail_code",
+ 			value = mail_code,
+ 			type = "text",
+-			size = "20"
++			size = "30"
+ 		} #' ?>
+ 	</div>
+ 	<div> 
+@@ -1008,7 +1013,7 @@
+ 			name = "description"
+ 			value = description
+ 			type = "text"
+-			size = "20"
++			size = "30"
+ 		} #' ?>
+ 	</div>
+ 	<div>
+@@ -1017,7 +1022,7 @@
+ 			name = "contact"
+ 			value = contact
+ 			type = "text"
+-			size = "20"
++			size = "30"
+ 		} #' ?>
+ 	</div>
+ 	<div><?lsmb PROCESS button element_data = {
+@@ -1092,7 +1099,7 @@
+ 		label = text('BIC/SWIFT Code')
+ 		name="bic" 
+ 		value=bic
+-		size=20
++		size=30
+ 	} #' ?>
+ 	</div>
+ 	<div>
+@@ -1143,7 +1159,7 @@
+       name = "subject"
+       value = subject
+       type = "text"
+-      size = "20"
++      size = "40"
+ 	} ?>
+ </div>
+ <div class="input"><?lsmb PROCESS select element_data = {


Property changes on: branches/1.3/UI/UI.patch
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-29T17:40:39.999019Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0644
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+0 root
\ No newline at end of property
Index: branches/1.3/bin
===================================================================
--- branches/1.3/bin	2013-08-29 17:36:22 UTC (rev 5987)
+++ branches/1.3/bin	2013-08-29 18:10:04 UTC (rev 5988)

Property changes on: branches/1.3/bin
___________________________________________________________________
Added: svn:text-time
## -0,0 +1 ##
+2013-08-29T17:24:06.117860Z
\ No newline at end of property
Added: svn:unix-mode
## -0,0 +1 ##
+0700
\ No newline at end of property
Added: svn:owner
## -0,0 +1 ##
+0 root
\ No newline at end of property
Added: svn:group
## -0,0 +1 ##
+0 root
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits