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