]> git.sesse.net Git - ccbs/blobdiff - html/templates/registration.tmpl
Restore inadvertedly removed rm -f.
[ccbs] / html / templates / registration.tmpl
index 3278c8f8db3bf44b566338287a2e986417f9bbd6..a211cfc06fd79aac23172aa6fcacfd1dc2a8f86a 100644 (file)
             <input type="hidden" name="player" value="[% r.player %]" />
 [% IF r.paid %]
             <input type="hidden" name="paid" value="f" />
-           <input type="submit" value="Sett som ikke betalt" />
+           <input type="submit" value="<_>Sett som ikke betalt</_>" />
 [% ELSE %]
             <input type="hidden" name="paid" value="t" />
-           <input type="submit" value="Sett som betalt" />
+           <input type="submit" value="<_>Sett som betalt</_>" />
 [% END %]
           </p>
         </form>
           <p class="button">
             <input type="hidden" name="tournament" value="[% tournament.tournament %]" />
             <input type="hidden" name="player" value="[% r.player %]" />
-           <input type="submit" value="Fjern" />
+           <input type="submit" value="<_>Fjern</_>" />
           </p>
         </form>
       </td>
         <form method="post" action="edit-player.pl">
           <p class="button">
             <input type="hidden" name="player" value="[% r.player %]" />
-           <input type="submit" value="Editer spiller" />
+           <input type="submit" value="<_>Editer spiller</_>" />
           </p>
         </form>
       </td>