]> wagnertech.de Git - kivitendo-erp.git/commitdiff
ic.pl: Auswählen-Button auf der Top100-Seite auskommentiert.
authorThomas Heck <theck@linet-services.de>
Mon, 17 Dec 2012 12:02:23 +0000 (13:02 +0100)
committerThomas 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

index f01b5afcbd34b837de7d7947b432ad73f0a4f6b6..b1540e161cd46cf640d7fa7f8d7fc191cb604eba 100644 (file)
@@ -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>
 |;