summaryrefslogtreecommitdiff
path: root/bin/io.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-01-22 21:30:44 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-01-22 21:30:44 +0000
commite3835e70edeae706b99ce9128a9209eb66d36f7c (patch)
treef1a08852c1bb7e123a47bf8eac69bbb50f1462e0 /bin/io.pl
parent7c93bdda1494e1c1e4a047e30d2d723d6c1dc755 (diff)
Fixing bug 1625921
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@776 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/io.pl')
-rwxr-xr-xbin/io.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/io.pl b/bin/io.pl
index 2caae7d7..6e0e21d2 100755
--- a/bin/io.pl
+++ b/bin/io.pl
@@ -1176,14 +1176,16 @@ sub print_options {
print qq|
<tr>
- <td colspan=3>|.$locale->text('Group by').qq| ->
+ <td colspan=6>|.$locale->text('Group by').qq| ->
<input name=groupprojectnumber type=checkbox class=checkbox $form->{groupprojectnumber}>
|.$locale->text('Project').qq|
<input name=grouppartsgroup type=checkbox class=checkbox $form->{grouppartsgroup}>
|.$locale->text('Group').qq|
</td>
+ </tr>
- <td colspan=3>|.$locale->text('Sort by').qq| ->
+ <tr>
+ <td colspan=6>|.$locale->text('Sort by').qq| ->
<input name=sortby type=radio class=radio value=runningnumber $sortby{runningnumber}>
|.$locale->text('Item').qq|
<input name=sortby type=radio class=radio value=partnumber $sortby{partnumber}>