mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
2013-10-02 Miguel de Dios <miguel.dedios@artica.es>
* include/ajax/visual_console_builder.ajax.php: fixed update the label. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8847 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
93497af1a6
commit
5e17451fa7
@ -1,3 +1,8 @@
|
|||||||
|
2013-10-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/ajax/visual_console_builder.ajax.php: fixed update the
|
||||||
|
label.
|
||||||
|
|
||||||
2013-10-02 Sergio Martin <sergio.martin@artica.es>
|
2013-10-02 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/javascript/jquery.pandora.js: Increase width of modal
|
* include/javascript/jquery.pandora.js: Increase width of modal
|
||||||
|
@ -317,6 +317,12 @@ switch ($action) {
|
|||||||
case 'label':
|
case 'label':
|
||||||
case 'icon':
|
case 'icon':
|
||||||
default:
|
default:
|
||||||
|
if ($type == 'label') {
|
||||||
|
$values['type'] = LABEL;
|
||||||
|
$values['label'] = $label2;
|
||||||
|
$label = $label2;
|
||||||
|
}
|
||||||
|
|
||||||
if ($enable_link !== null) {
|
if ($enable_link !== null) {
|
||||||
$values['enable_link'] = $enable_link;
|
$values['enable_link'] = $enable_link;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user