BUG 8386 "Need to increase width of <td class='tableOption..." SOLVED
- Need to increase width of <td class="tableOption"> holding "New" for longer translations - Increased width for the tag 'td'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm type="xmlmenu">
|
||||
|
||||
<MNU_ADD type="link" value="" link="#" onclick="inputdocsAdd(); return false;" colAlign="left" colWidth="35">
|
||||
<MNU_ADD type="link" value="" link="#" onclick="inputdocsAdd(); return false;" colAlign="left" colWidth="100">
|
||||
<en>New</en>
|
||||
</MNU_ADD>
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<PRO_UID type="private"/>
|
||||
|
||||
<MNU_ASSIGN type="link" value="" link="#" onclick="availableSupervisorInputs(@QPRO_UID);return false;" colAlign="left" colWidth="50">
|
||||
<MNU_ASSIGN type="link" value="" link="#" onclick="availableSupervisorInputs(@QPRO_UID);return false;" colAlign="left" colWidth="100">
|
||||
<en>Assign</en>
|
||||
</MNU_ASSIGN>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user