]> ruin.nu Git - ndwebbie.git/blobdiff - templates/main.tmpl
back field for fleets
[ndwebbie.git] / templates / main.tmpl
index 36eaaae74403e9c947a5bc58feee29795b5a6cc7..e1570e732570e8836eb2dd190d82b7b6a1bb563e 100644 (file)
 </fieldset>
 <fieldset> <legend>Fleets</legend>
        <table>
-       <tr><th>Target</th><th>Mission</th><th>Amount</th><th>Landing Tick</th></tr>
+       <tr><th>Target</th><th>Mission</th><th>Amount</th><th>Landing Tick</th><th>Back home</th></tr>
        <TMPL_LOOP Fleets>
        <tr><td><TMPL_VAR NAME=Target></td><td><TMPL_VAR NAME=Mission></td>
                <td><TMPL_VAR NAME=Amount></td><td><TMPL_VAR NAME=LandingTick></td>
+               <td><TMPL_VAR NAME=Amount></td><td><TMPL_VAR NAME=Back></td>
        </tr>
        </TMPL_LOOP>
        </table>