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:
@@ -3,7 +3,7 @@
|
||||
|
||||
<PRO_UID type="private"/>
|
||||
|
||||
<MNU_ASSIGN type="link" value="" link="#" onclick="availableProcessesUser('@#PRO_UID');return false;" colAlign="left" colWidth="50">
|
||||
<MNU_ASSIGN type="link" value="" link="#" onclick="availableProcessesUser('@#PRO_UID');return false;" colAlign="left" colWidth="100">
|
||||
<en>Assign</en>
|
||||
</MNU_ASSIGN>
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm type="xmlmenu">
|
||||
|
||||
<MNU_NEWEMPTY type="link" value="" link="#" onclick="showCreateEmptyOptions(event, @QMAIN_DIRECTORY);return false;" colAlign="left" colWidth="50px">
|
||||
<MNU_NEWEMPTY type="link" value="" link="#" onclick="showCreateEmptyOptions(event, @QMAIN_DIRECTORY);return false;" colAlign="left" colWidth="100">
|
||||
<en>New</en>
|
||||
</MNU_NEWEMPTY>
|
||||
|
||||
<MNU_UPLOAD type="link" value="" link="#" onclick="uploadFilesScreen(@QPRO_UID, @QMAIN_DIRECTORY, @QCURRENT_DIRECTORY);return false;" colAlign="left" colWidth="150px">
|
||||
<MNU_UPLOAD type="link" value="" link="#" onclick="uploadFilesScreen(@QPRO_UID, @QMAIN_DIRECTORY, @QCURRENT_DIRECTORY);return false;" colAlign="left" colWidth="100">
|
||||
<en>Upload</en>
|
||||
</MNU_UPLOAD>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<PRO_UID type="private"/>
|
||||
|
||||
<MNU_ADD type="link" value="" link="#" onclick="newObjectPermission(@@PRO_UID);return false;" colAlign="left" colWidth="45">
|
||||
<MNU_ADD type="link" value="" link="#" onclick="newObjectPermission(@@PRO_UID);return false;" colAlign="left" colWidth="100">
|
||||
<en>New</en>
|
||||
<es>Nuevo</es></MNU_ADD>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user