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:
d7c4629
)
ic.pl: Auswählen-Button auf der Top100-Seite auskommentiert.
author
Thomas Heck
<theck@linet-services.de>
Mon, 17 Dec 2012 12:02:23 +0000
(13:02 +0100)
committer
Thomas Heck
<theck@linet-services.de>
Mon, 17 Dec 2012 12:02:23 +0000
(13:02 +0100)
Schon in Commit
1a500c31f23ea9fef89b35af688249f18afeb939
ist die action "choice"
rausgeflogen. Jetzt ist auch der zugehörige Button weg.
fixt #2113
bin/mozilla/ic.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ic.pl
b/bin/mozilla/ic.pl
index
f01b5af
..
b1540e1
100644
(file)
--- a/
bin/mozilla/ic.pl
+++ b/
bin/mozilla/ic.pl
@@
-973,8
+973,8
@@
sub addtop100 {
print qq|
<!-- <input type=hidden name=ndxs_counter value="$form->{ndxs_counter}">-->
- <input class=submit type=submit name=action value="|
- . $locale->text('choice') . qq|">
+
<!--
<input class=submit type=submit name=action value="|
+ . $locale->text('choice') . qq|">
-->
</form>
|;