mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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
df50420cb8
commit
91a642db1e
@ -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>
|
2010-07-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/gis_maps/configure_gis_map.php: fixed typo in the tip.
|
* godmode/gis_maps/configure_gis_map.php: fixed typo in the tip.
|
||||||
|
@ -322,9 +322,9 @@ if ($count < 1) {
|
|||||||
echo '</form>';
|
echo '</form>';
|
||||||
unset ($table);
|
unset ($table);
|
||||||
}
|
}
|
||||||
|
echo '<br><br>';
|
||||||
if (give_acl ($config["id_user"], 0, "IW")) {
|
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">';
|
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"');
|
print_submit_button (__('Create incident'), 'crt', false, 'class="sub next"');
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user