]> git.plutz.net Git - confetti/blobdiff - templates/attendees.html.sh
smaller page margins, fixed width for name field = more attendess on one page of...
[confetti] / templates / attendees.html.sh
index df5d36c4cd252d5f1c58895d3360bc34f978ea18..7613a0b3c4906c178035afc893d63d4e8e574ac2 100644 (file)
@@ -1,3 +1,20 @@
+# Copyright 2014 Paul Hänsch
+#
+# This file is part of Confetti.
+# 
+# Confetti is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Confetti is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
+
 check_type(){
   [ "$_GET[\"filtertype\"]" = "$1" ] && echo 'checked="checked"'
 }
@@ -12,7 +29,7 @@ edit="$_GET[\"edit\"]"
 cat <<EOF
 <div class="filter">
   <span class="label">$(l10n filter_label)</span>
-  <form class="search" action="/?action=filter_attendee" method="POST">
+  <form class="search" action="?action=filter_attendee" method="POST">
     <input type="hidden" name="page" value="attendees"/>
     <input type="text" name="filter" value="$_GET["filter"]" placeholder="$(l10n filter_placeholder)"/>
     <br />