Update addABTroops.tpl

This commit is contained in:
sempoi
2014-03-19 00:12:35 +08:00
parent 1a06675d1b
commit acff77cda5
+6 -5
View File
@@ -50,12 +50,13 @@ if(isset($id))
<td class="addTroops"><input class="addTroops" name="b'.$i.'" id="b'.$i.'" value="'.$abtech["b".$i].'" maxlength="10"></td> <td class="addTroops"><input class="addTroops" name="b'.$i.'" id="b'.$i.'" value="'.$abtech["b".$i].'" maxlength="10"></td>
</tr>'; </tr>';
} ?> } ?>
</tbody></table> </tbody>
<br /> <thead>
<table width="100%"> <tr>
<tr><td align="left"><a href="../Admin/admin.php?p=village&did=<?php echo $_GET['did'];?>"><< back</a></td> <td style="border-right:none; text-align:left"><input name="back" type="image" id="btn_back" class="dynamic_img" src="img/x.gif" value="back" alt="back" onclick="return go_url('../Admin/admin.php?p=village&did=<?php echo $_GET["did"];?>')" /></td>
<td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td> <td style="border-left:none; text-align:right" colspan="5"><input name="save" type="image" id="btn_save" class="dynamic_img" src="img/x.gif" value="save" alt="save" /></td>
</tr> </tr>
</thead>
</table> </table>
</form> </form>
<?php }?> <?php }?>