]> ruin.nu Git - ndwebbie.git/commitdiff
fix
authorMichael Andreen <harv@ruin.nu>
Sun, 21 Jan 2007 12:01:59 +0000 (12:01 +0000)
committerMichael Andreen <harv@ruin.nu>
Sun, 21 Jan 2007 12:01:59 +0000 (12:01 +0000)
templates/main.tmpl

index 0af958727003fc59921befd9dbdb296ec0102268..b604a8f38d101cfc18cbeed196e839f0abc8cbdf 100644 (file)
@@ -34,7 +34,6 @@
 </fieldset>
 <fieldset> <legend>Fleets</legend>
 <form action="<TMPL_VAR NAME=PAGE>" method="post">
 </fieldset>
 <fieldset> <legend>Fleets</legend>
 <form action="<TMPL_VAR NAME=PAGE>" method="post">
-       <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
        <table>
        <tr><th>Target</th><th>Mission</th><th>Amount</th><th>Landing Tick</th><th>Back home</th><th>change?</th></tr>
        <TMPL_LOOP Fleets>
        <table>
        <tr><th>Target</th><th>Mission</th><th>Amount</th><th>Landing Tick</th><th>Back home</th><th>change?</th></tr>
        <TMPL_LOOP Fleets>
@@ -47,6 +46,7 @@
        </TMPL_LOOP>
        </table>
        <p>
        </TMPL_LOOP>
        </table>
        <p>
+               <input type="hidden" name="page" value="<TMPL_VAR NAME=PAGE>"/>
                <input type="submit" name="cmd" value="Change Fleets"/>
                <input type="submit" name="cmd" value="Recall Fleets"/>
        </p>
                <input type="submit" name="cmd" value="Change Fleets"/>
                <input type="submit" name="cmd" value="Recall Fleets"/>
        </p>