- Restyling and update of the UI

SVN:trunk[478]
This commit is contained in:
Denis Flaven
2010-06-23 15:33:10 +00:00
parent 62d8059d42
commit bfbaddc73d
8 changed files with 264 additions and 150 deletions

View File

@@ -241,6 +241,8 @@ switch($operation)
$sExtKeyToRemote = utils::ReadParam('sextkeytoremote', '');
$iObjectId = utils::ReadParam('id', -1);
UILinksWidget::RenderSet($oPage, $sClass, $sJSONSet, $sExtKeyToMe, $sExtKeyToRemote, $iObjectId);
$iFieldId = utils::ReadParam('myid', '-1');
$oPage->add_ready_script("$('#{$iFieldId}').trigger('validate');");
break;
case 'autocomplete':