mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
- The object creation page now offers tha choice to create an instance of the sub-classes
- Made some objects abstract in the std config-management model - The creation button is now labelled "Create" instead of "Apply" ! - Better display of long messages (or errors) in SetuWebpage. SVN:trunk[529]
This commit is contained in:
@@ -1303,7 +1303,7 @@ EOF
|
||||
$oPage->add("<input type=\"hidden\" name=\"$sName\" value=\"$value\">\n");
|
||||
}
|
||||
$oPage->add("<button type=\"button\" class=\"action\" onClick=\"goBack()\"><span>".Dict::S('UI:Button:Cancel')."</span></button> \n");
|
||||
$oPage->add("<button type=\"submit\" class=\"action\"><span>".Dict::S('UI:Button:Apply')."</span></button>\n");
|
||||
$oPage->add("<button type=\"submit\" class=\"action\"><span>".Dict::S('UI:Button:Create')."</span></button>\n");
|
||||
$oPage->add("</form>\n");
|
||||
$aNewFieldsMap = array();
|
||||
foreach($aFieldsMap as $id => $sFieldCode)
|
||||
|
||||
Reference in New Issue
Block a user