[2010-12-08 14:04:02] Rev:654 | 1 files Modified

hector: hardcoded labels adjustment
--------------------------------------------------------------------------------
1. M /trunk/workflow/engine/xmlform/additionalTables/additionalTablesOptions.xml
This commit is contained in:
Erik Amaru Ortiz
2010-12-09 14:12:17 +00:00
parent 6113398aba
commit cfee5e6ce9

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm type="xmlmenu">
<MNU_ADD type="link" link="additionalTablesNew" colAlign="left" colWidth="50">
<en>New</en>
</MNU_ADD>
@@ -10,14 +9,12 @@
<MNU_EXPORT type="link" link="#" onclick="toExport()" colAlign="left" colWidth="100">
<en>Export</en>
</MNU_EXPORT>
<PAGED_TABLE_ID type="private"/>
<JS type="javascript" replaceTags="1"><![CDATA[
var additionalTablesDelete = function(sUID) {
new leimnud.module.app.confirm().make({
label:'Dou you want to delete this collection?',
label: '@G::LoadTranslation(ID_DELETE_TABLE_COLLECTION)',
action:function() {
ajax_function(@G::encryptlink('additionalTablesDelete'), '', 'sUID=' + sUID, 'POST');
@#PAGED_TABLE_ID.refresh();