2010-07-16 Raul Mateos <raulofpandora@gmail.com>
* operation/incidents/incident.php: Put create button on the right. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3012 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
91d13e4fa1
commit
57236938fa
|
@ -1,3 +1,7 @@
|
|||
2010-07-16 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* operation/incidents/incident.php: Put create button on the right.
|
||||
|
||||
2010-07-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/gis_maps/configure_gis_map.php: fixed typo in the tip.
|
||||
|
|
|
@ -322,9 +322,9 @@ if ($count < 1) {
|
|||
echo '</form>';
|
||||
unset ($table);
|
||||
}
|
||||
|
||||
echo '<br><br>';
|
||||
if (give_acl ($config["id_user"], 0, "IW")) {
|
||||
echo '<div style="text-align:right; float:right; padding-right: 30px;">';
|
||||
echo '<div style="text-align:right; float:right; padding-right: 2px;">';
|
||||
echo '<form method="post" action="index.php?sec=incidencias&sec2=operation/incidents/incident_detail&insert_form=1">';
|
||||
print_submit_button (__('Create incident'), 'crt', false, 'class="sub next"');
|
||||
echo '</form>';
|
||||
|
|
Loading…
Reference in New Issue