2014-06-05 Vanessa Gil <vanessa.gil@artica.es>
* godmode/gis_maps/configure_gis_maps.php: Changed button when you update. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10117 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5efa5f1527
commit
35bbf90f0f
|
@ -1,3 +1,8 @@
|
|||
2014-06-05 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* godmode/gis_maps/configure_gis_maps.php: Changed
|
||||
button when you update.
|
||||
|
||||
2014-06-05 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql
|
||||
|
|
|
@ -379,12 +379,7 @@ switch ($action) {
|
|||
case 'save_new':
|
||||
case 'edit_map':
|
||||
case 'update_saved':
|
||||
if (!empty($invalidFields)) {
|
||||
html_print_submit_button(_('Save map'), 'save_button', false, 'class="sub wand"');
|
||||
}
|
||||
else {
|
||||
html_print_submit_button(_('Update map'), 'update_button', false, 'class="sub upd"');
|
||||
}
|
||||
html_print_submit_button(_('Update map'), 'update_button', false, 'class="sub upd"');
|
||||
break;
|
||||
case 'new_map':
|
||||
html_print_submit_button(_('Save map'), 'save_button', false, 'class="sub wand"');
|
||||
|
|
Loading…
Reference in New Issue