]> git.sesse.net Git - ccbs/blobdiff - html/templates/registration.tmpl
Automatically zoom to the new player when adding a new one.
[ccbs] / html / templates / registration.tmpl
index 38d2d65031e41cae528629bb93e5ac12a494c06d..a51778fd15c81c8caaf9685038f29d58fce71975 100644 (file)
@@ -9,7 +9,11 @@
       <td>
         <select name="player">
 [% FOR a = available %]
-          <option value="[% a.player %]">[% a.nick %]</option>
+[% IF a.player == selected_player %]
+           <option value="[% a.player %]" selected="selected">[% a.nick %]</option>
+[% ELSE %]
+           <option value="[% a.player %]">[% a.nick %]</option>
+[% END %]
 [% END %]
         </select>
       </td>
@@ -44,6 +48,7 @@
     </tr>
     <tr>
       <th colspan="2">
+        <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
         <input type="submit" value="Legg til" />
       </th>
     </tr>