Merged in dheeyi/processmaker/PM-1705 (pull request #1642)
PM-1705 El boton "Search"del listado de CaseScheduler no esta estandarizado con las listas de Dynaform, InputDocuments, OutputDocuments,Triggers y DataBaseConnections.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -10,16 +10,15 @@
|
||||
<en><![CDATA[New]]></en>
|
||||
</MNU_ADD>
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label=""/>
|
||||
<MNU_FAST_SEARCH type="button" label="@G::LoadTranslation(ID_SEARCH)" colAlign="right" colWidth="50" onclick="@#PAGED_TABLE_ID.doFastSearch(getField('PAGED_TABLE_FAST_SEARCH',this.form).value);"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
<JS type="javascript"><![CDATA[
|
||||
function $_GET(q,s) {
|
||||
s = (s) ? s : self.location.search;
|
||||
var re = new RegExp('&'+q+'=([^&]*)','i');
|
||||
return (s=s.replace(/^\?/,'&').match(re)) ? s=s[1] : s='';
|
||||
}
|
||||
function newScheduler() {
|
||||
window.location = 'cases_Scheduler_New?PRO_UID='+$_GET('PRO_UID'); return false;
|
||||
function newScheduler() {
|
||||
window.location = 'cases_Scheduler_New?PRO_UID='+$_GET('PRO_UID'); return false;
|
||||
}
|
||||
|
||||
function casesSchedulerDelete(schUID,proUid) {
|
||||
@@ -30,9 +29,9 @@ function casesSchedulerDelete(schUID,proUid) {
|
||||
}
|
||||
|
||||
function editCaseScheduler(SCH_UID,PRO_UID)
|
||||
{
|
||||
window.location = 'cases_Scheduler_Edit?SCH_UID='+SCH_UID+'&PRO_UID='+PRO_UID;
|
||||
return false;
|
||||
{
|
||||
window.location = 'cases_Scheduler_Edit?SCH_UID='+SCH_UID+'&PRO_UID='+PRO_UID;
|
||||
return false;
|
||||
}
|
||||
|
||||
]]></JS>
|
||||
|
||||
Reference in New Issue
Block a user