projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65df73
)
Bei bereits gebuchten Buchungen konnten die Details nicht mehr angezeigt werden
author
Philip Reetz
<p.reetz@linet-services.de>
Mon, 14 Apr 2008 15:04:31 +0000
(15:04 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Mon, 14 Apr 2008 15:04:31 +0000
(15:04 +0000)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
c386de5
..
13ec406
100644
(file)
--- a/
bin/mozilla/gl.pl
+++ b/
bin/mozilla/gl.pl
@@
-1267,7
+1267,8
@@
$follow_ups_block
<input class=submit type=submit name=action value="| . $locale->text('Delete') . qq|">|;
}
- print qq|
+ print qq|
+ <input class=submit type=submit name=action id=update_button value="| . $locale->text('Update') . qq|">
<input type="button" class="submit" onclick="follow_up_window()" value="|
. $locale->text('Follow-Up')
. qq|"> |;