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

SF.net SVN: ledger-smb: [401] trunk/bin/ic.pl



Revision: 401
          http://svn.sourceforge.net/ledger-smb/?rev=401&view=rev
Author:   tetragon
Date:     2006-10-30 13:50:47 -0800 (Mon, 30 Oct 2006)

Log Message:
-----------
Updating buttons

Modified Paths:
--------------
    trunk/bin/ic.pl

Modified: trunk/bin/ic.pl
===================================================================
--- trunk/bin/ic.pl	2006-10-30 21:38:18 UTC (rev 400)
+++ trunk/bin/ic.pl	2006-10-30 21:50:47 UTC (rev 401)
@@ -754,18 +754,18 @@
 
   if (! $form->{readonly}) {
     
-    %button = ('Update' => { ndx => 1, key => 'U', value => $locale->text('Update') },
-               'Save' => { ndx => 3, key => 'S', value => $locale->text('Save') },
+    %button = ('update' => { ndx => 1, key => 'U', value => $locale->text('Update') },
+               'save' => { ndx => 3, key => 'S', value => $locale->text('Save') },
 	      );
     
     if ($form->{id}) {
 
       if (!$form->{isassemblyitem}) {
-	$button{'Save as new'} = { ndx => 7, key => 'N', value => $locale->text('Save as new') };
+	$button{'save_as_new'} = { ndx => 7, key => 'N', value => $locale->text('Save as new') };
       }
 
       if ($form->{orphaned}) {
-	$button{'Delete'} = { ndx => 16, key => 'D', value => $locale->text('Delete') };
+	$button{'delete'} = { ndx => 16, key => 'D', value => $locale->text('Delete') };
       }
     }
     %button = () if $form->{isassemblyitem} && $form->{item} eq 'assembly';


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.