]> ruin.nu Git - ndwebbie.git/blobdiff - templates/editRaid.tmpl
small fixes
[ndwebbie.git] / templates / editRaid.tmpl
index 72109999b26188b18c20db17fedd2d4dc0584375..4a656ccc43e590786377db1c304fb4d9edce89b6 100644 (file)
@@ -1,3 +1,4 @@
+<TMPL_VAR NAME=Error>
 <form action="/index.pl" method="post">
        <fieldset> <legend><TMPL_IF Raid>Edit raid<TMPL_ELSE>New raid</TMPL_IF></legend>
                <input type="hidden" name="page" value="editRaid"/>
@@ -41,7 +42,7 @@
                        <textarea rows="15" cols="40" name="targets"></textarea>
                </div>
                <div class="clear">&nbsp;</div>
-               <p>Add all coords from: <select name="alliance">
+               <p class="claimlinks">Add all coords from: <select name="alliance">
                        <TMPL_LOOP Alliances>
                                <option value="<TMPL_VAR NAME=Id>" <TMPL_IF NAME=Selected>selected="selected"</TMPL_IF>><TMPL_VAR NAME=Name></option>
                        </TMPL_LOOP>