2011-11-11 Dario Rodriguez <dario.rodriguez@artica.es>
* godmode/setup/gis_step_2.php: Fixed a small bug with a button. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5129 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f8105f8393
commit
42d5e7adfb
|
@ -1,3 +1,7 @@
|
|||
2011-11-11 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* godmode/setup/gis_step_2.php: Fixed a small bug with a button.
|
||||
|
||||
2011-11-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/massive/massive_edit_agents.php: Added id field to form in
|
||||
|
|
|
@ -305,7 +305,7 @@ $table->data[4][1] = html_print_input_text ('center_altitude', $mapConnection_ce
|
|||
$table->data[4][2] = html_print_input_text ('default_altitude', $mapConnection_defaultAltitude, '', 10, 10, true);
|
||||
html_print_table($table);
|
||||
|
||||
echo '<div class="action-buttons" style="clear: left; width: 90%; float: left;">';
|
||||
echo '<div class="action-buttons" style="width: 90%; float: left;">';
|
||||
html_print_submit_button (__('Save'), '', false, 'class="sub save wand"');
|
||||
echo '</div>';
|
||||
echo "</form>";
|
||||
|
|
Loading…
Reference in New Issue