details:   /erp/devel/pi/rev/a5da93a71cd6
changeset: 10485:a5da93a71cd6
user:      David Baz Fayos <david.baz <at> openbravo.com>
date:      Wed Feb 09 17:48:09 2011 +0100
summary:   Fixed 'Installation History' Search button html

diffstat:

 src/org/openbravo/erpCommon/ad_forms/ModuleManagementHistory.html |  30 
+++++++---
 1 files changed, 21 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 1e14058a7dec -r a5da93a71cd6 
src/org/openbravo/erpCommon/ad_forms/ModuleManagementHistory.html
--- a/src/org/openbravo/erpCommon/ad_forms/ModuleManagementHistory.html Wed Feb 
09 17:39:38 2011 +0100
+++ b/src/org/openbravo/erpCommon/ad_forms/ModuleManagementHistory.html Wed Feb 
09 17:48:09 2011 +0100
@@ -361,15 +361,27 @@
                     <td class="TitleCell"></td>
                     <td class="Button_LeftAlign_ContentCell" colspan="2">
                       <div>
-                        <a class="ButtonLink_default" href="#" 
onfocus="setWindowElementFocus(this); window.status='Search'; return true;" 
onblur="window.status=''; return true;" 
onkeypress="this.className='ButtonLink_active'; return true;" 
onkeyup="this.className='ButtonLink_focus'; return true;" 
onclick="submitCommandForm('HISTORY_SEARCH', false, null, 
'ModuleManagement.html', '_self', null, false);return false;" id="buttonHTML">
-                        <table class="Button" 
onmouseout="this.className='Button';window.status='';return true;" 
onmouseover="this.className='Button_hover';window.status='Search';return true;" 
onmousedown="this.className='Button_active';return true;" 
onmouseup="this.className='Button';return true;">
-                          <tbody><tr>
-                            <td class="Button_left"><img class="Button_Icon 
Button_Icon_search" alt="Search" title="Search" 
src="../../../../../web/images/blank.gif" border="0"></td>
-                            <td class="Button_text">Search</td>
-                            <td class="Button_right"></td>
-                          </tr>
-                        </tbody></table>
-                        </a>
+                        <button type="button" 
+                          id="buttonHTML" 
+                          class="ButtonLink" 
+                          onclick="submitCommandForm('HISTORY_SEARCH', false, 
null, 'ModuleManagement.html', '_self', null, false);return false;" 
+                          onfocus="buttonEvent('onfocus', this); 
window.status='Search'; return true;" 
+                          onblur="buttonEvent('onblur', this);" 
+                          onkeyup="buttonEvent('onkeyup', this);" 
+                          onkeydown="buttonEvent('onkeydown', this);" 
+                          onkeypress="buttonEvent('onkeypress', this);" 
+                          onmouseup="buttonEvent('onmouseup', this);" 
+                          onmousedown="buttonEvent('onmousedown', this);" 
+                          onmouseover="buttonEvent('onmouseover', this); 
window.status='Search'; return true;" 
+                          onmouseout="buttonEvent('onmouseout', this);">
+                          <table class="Button" id="fieldTable">
+                            <tr>
+                              <td class="Button_left"><img class="Button_Icon 
Button_Icon_search" alt="Search" title="Search" 
src="../../../../../web/images/blank.gif" border="0" /></td>
+                              <td class="Button_text Button_width">Search</td>
+                              <td class="Button_right"></td>
+                            </tr>
+                          </table>
+                        </button>
                       </div>
                     </td>
                     <td class="ContentCell"></td>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to