[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5867] trunk
- Subject: SF.net SVN: ledger-smb:[5867] trunk
- From: ..hidden..
- Date: Sat, 25 May 2013 15:15:09 +0000
Revision: 5867
http://sourceforge.net/p/ledger-smb/code/5867
Author: einhverfr
Date: 2013-05-25 15:15:09 +0000 (Sat, 25 May 2013)
Log Message:
-----------
Shipvia now a textarea.
Modified Paths:
--------------
trunk/Changelog
trunk/bin/is.pl
trunk/bin/oe.pl
Modified: trunk/Changelog
===================================================================
--- trunk/Changelog 2013-05-24 15:43:13 UTC (rev 5866)
+++ trunk/Changelog 2013-05-25 15:15:09 UTC (rev 5867)
@@ -15,6 +15,7 @@
* Timecard system generalized to allow labor and materials cards too (Chris T)
* Can now print envelopes or shipping labels from many screens (Chris T)
* Can now select default formats for printed invoices (Chris T)
+* Shipvia is now a text area. (Chris T)
Enhancing data integrity
* No longer allow NULL amounts in acc_trans (Chris T)
Modified: trunk/bin/is.pl
===================================================================
--- trunk/bin/is.pl 2013-05-24 15:43:13 UTC (rev 5866)
+++ trunk/bin/is.pl 2013-05-25 15:15:09 UTC (rev 5867)
@@ -570,7 +570,9 @@
</tr>
<tr>
<th align=right nowrap>| . $locale->text('Ship via') . qq|</th>
- <td colspan=3><input name="shipvia" size="35" value="$form->{shipvia}"></td>
+ <td colspan=3>
+ <textarea name="shipvia" cols="35" rows="3"
+ >$form->{shipvia}</textarea></td>
</tr>
</table>
</td>
Modified: trunk/bin/oe.pl
===================================================================
--- trunk/bin/oe.pl 2013-05-24 15:43:13 UTC (rev 5866)
+++ trunk/bin/oe.pl 2013-05-25 15:15:09 UTC (rev 5867)
@@ -648,7 +648,8 @@
</tr>
<tr class="shipvia-row">
<th align=right>| . $locale->text('Ship via') . qq|</th>
- <td colspan=3><input name=shipvia size=35 value="$form->{shipvia}"></td>
+ <td colspan=3><textarea name="shipvia" cols="35"
+ rows="3">$form->{shipvia}</textarea></td>
</tr>
</table>
</td>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.