Files
luos/workflow/engine/xmlform/authSources/authSources_Options.xml

21 lines
635 B
XML
Raw Normal View History

2010-12-02 23:34:41 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<dynaForm type="xmlmenu">
2014-04-21 10:21:01 -04:00
<MNU_ADD type="link" link="authSources_SelectType" colAlign="left" colWidth="35">
<en><![CDATA[New]]></en>
</MNU_ADD>
<PAGED_TABLE_ID type="private"/>
<JS type="javascript" replaceTags="1"><![CDATA[
2010-12-02 23:34:41 +00:00
var authSourcesDelete = function(sUID) {
new leimnud.module.app.confirm().make({
label:'@G::LoadTranslation(ID_MSG_CONFIRM_DELETE_AUTH_SOURCE)',
action:function() {
ajax_function(@G::encryptlink('authSources_Delete'), '', 'AUTH_SOURCE_UID=' + sUID, 'POST');
@#PAGED_TABLE_ID.refresh();
}.extend(this)
});
};
]]></JS>
2014-04-21 10:21:01 -04:00
</dynaForm>