tr - fix key

This commit is contained in:
221V
2024-12-11 15:53:13 +02:00
parent 684296e57a
commit 422f8d28ef
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ define("CROP_COM",CROP." consumption");
define("PER_HR","per hour");
define("PRODUCTION","Production");
define("CAPITAL1","Capital");
define("MULTI_V_HEADER","Villages");
define("VILLAGES","Villages");
define("ANNOUNCEMENT","Announcement");
define("GO2MY_VILLAGE","Go to my village");
define("VILLAGE_CENTER","Village centre");
+1 -1
View File
@@ -132,7 +132,7 @@ define("CROP_COM",CROP."消耗");
define("PER_HR","每小时");
define("PRODUCTION","产量");
define("CAPITAL1","Capital");
define("MULTI_V_HEADER","村民");
define("VILLAGES","村民");
define("ANNOUNCEMENT","公告");
define("GO2MY_VILLAGE","返回我的村庄");
define("VILLAGE_CENTER","村庄大楼");
+1 -1
View File
@@ -179,7 +179,7 @@ if(isset($_POST['ft'])=='check' && (($_POST['send3'] > 1 && $_POST['send3'] <= 3
<td class="mer"><?php echo MERCHANT;?> <?php echo $market->merchantAvail(); ?>/<?php echo $market->merchant; ?></td>
</tr>
<td class="vil">
<span><?php echo MULTI_V_HEADER;?>:</span>
<span><?php echo VILLAGES;?>:</span>
<input class="text" type="text" name="dname" value="" maxlength="30" tabindex="5">
</td>
<tr>
+1 -1
View File
@@ -16,7 +16,7 @@ if (!isset($id)) {
if(count($session->villages) > 1){
?>
<table id="vlist" cellpadding="1" cellspacing="1">
<thead><tr><td colspan="3"><a href="dorf3.php" accesskey="9"><?php echo MULTI_V_HEADER; ?>:</a></td></tr></thead>
<thead><tr><td colspan="3"><a href="dorf3.php" accesskey="9"><?php echo VILLAGES; ?>:</a></td></tr></thead>
<tbody><?php
$returnVillageArray = $database->getArrayMemberVillage($session->uid);
if(isset($_GET['w'])) {