[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. a0a2e5d1d5c9922af0822e7ebffcfd13eb93adc6

jesse jesse at bestpractical.com
Tue Jan 27 22:46:18 EST 2009


The branch, master has been updated
       via  a0a2e5d1d5c9922af0822e7ebffcfd13eb93adc6 (commit)
      from  94612babd24981b72c085189a6de053a8537a5ea (commit)

Summary of changes:
 lib/App/SD/Server/View.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit a0a2e5d1d5c9922af0822e7ebffcfd13eb93adc6
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Jan 27 22:45:43 2009 -0500

    Labels on submit buttons (Fix for 99BF031C-ECED-11DD-AF02-CBAB8F31E82D)

diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 30ba19b..3b2a6cd 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -558,7 +558,7 @@ template edit_ticket => page {
 
         };
         div { class is 'submit';
-        input { attr { label => 'save', type => 'submit' } };
+        input { attr { value => 'Save', type => 'submit' } };
         };
 
         div { class is 'comment-form';
@@ -582,7 +582,7 @@ template edit_ticket => page {
 
         };
         div { class is 'submit';
-        input { attr { label => 'save', type => 'submit' } };
+        input { attr { value => 'Save', type => 'submit' } };
         };
     };
 };
@@ -619,7 +619,7 @@ template new_ticket => page {'Create a new ticket'} content {
         };
 
         div { class is 'submit';
-        input { attr { label => 'save', type => 'submit' } };
+        input { attr { value => 'Save', type => 'submit' } };
         };
 
 
@@ -646,7 +646,7 @@ template new_ticket => page {'Create a new ticket'} content {
         }
 
         div { class is 'submit';
-        input { attr { label => 'save', type => 'submit' } };
+        input { attr { value => 'Save', type => 'submit' } };
         } 
         } 
         };

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list