mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-13 06:41:01 +00:00
Tooltip part 2 for admin panel settings
+The font is slightly increased. +Partially added to the file Admin/Templates/config.tpl +Fully added to the file Admin/ Templates/editLogSet.tpl +Fully added to the file Admin/ Templates/editNewsboxSet.tpl +Fully added to the file Admin/ Templates/editPlusSet.tpl Almost completely translated texts in en.php
This commit is contained in:
@@ -18,29 +18,28 @@ function refresh(tz) {
|
||||
document.getElementById('tz').innerHTML=tz;
|
||||
}
|
||||
</script>
|
||||
<h2><center><b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> Configuration</center></h2>
|
||||
<h2><center><?php echo PLUS_CONFIGURATION ?></center></h2>
|
||||
<form action="../GameEngine/Admin/Mods/editPlusSet.php" method="POST">
|
||||
<input type="hidden" name="id" id="id" value="<?php echo $_SESSION['id']; ?>">
|
||||
<br />
|
||||
<table id="profile" cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Edit <b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> Setting</th>
|
||||
<th colspan="2"><?php echo EDIT_PLUS_SETT ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
PayPal E-Mail
|
||||
<br /><span style="font-size: smaller">(must be Business or Premier account)</span>
|
||||
</td>
|
||||
<?php echo CONF_PLUS_PAYPALEMAIL ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PAYPALEMAIL_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="paypal-email" value="<?php echo (defined('PAYPAL_EMAIL') ? PAYPAL_EMAIL : '@'); ?>" style="width: 70%;">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Payment Currency
|
||||
<?php echo CONF_PLUS_CURRENCY ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_CURRENCY_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="paypal-currency" value="<?php echo (defined('PAYPAL_CURRENCY') ? PAYPAL_CURRENCY : 'EUR'); ?>" style="width: 70%;">
|
||||
@@ -49,7 +48,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "A" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDA ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDA_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-a-gold" value="<?php echo (defined('PLUS_PACKAGE_A_GOLD') ? PLUS_PACKAGE_A_GOLD : 60); ?>" style="width: 70%;">
|
||||
@@ -57,7 +56,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "A" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICEA ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEA_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-a-price" value="<?php echo (defined('PLUS_PACKAGE_A_PRICE') ? PLUS_PACKAGE_A_PRICE : '1,99'); ?>" style="width: 70%;">
|
||||
@@ -66,7 +65,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "B" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDB ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDB_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-b-gold" value="<?php echo (defined('PLUS_PACKAGE_B_GOLD') ? PLUS_PACKAGE_B_GOLD : 120); ?>" style="width: 70%;">
|
||||
@@ -74,7 +73,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "B" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICEB ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEB_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-b-price" value="<?php echo (defined('PLUS_PACKAGE_B_PRICE') ? PLUS_PACKAGE_B_PRICE : '4,99'); ?>" style="width: 70%;">
|
||||
@@ -83,7 +82,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "C" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDC ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDC_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-c-gold" value="<?php echo (defined('PLUS_PACKAGE_C_GOLD') ? PLUS_PACKAGE_C_GOLD : 360); ?>" style="width: 70%;">
|
||||
@@ -91,7 +90,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "C" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICEC ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEC_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-c-price" value="<?php echo (defined('PLUS_PACKAGE_C_PRICE') ? PLUS_PACKAGE_C_PRICE : '9,99'); ?>" style="width: 70%;">
|
||||
@@ -100,7 +99,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "D" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDD ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDD_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-d-gold" value="<?php echo (defined('PLUS_PACKAGE_D_GOLD') ? PLUS_PACKAGE_D_GOLD : 1000); ?>" style="width: 70%;">
|
||||
@@ -108,7 +107,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "D" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICED ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICED_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-d-price" value="<?php echo (defined('PLUS_PACKAGE_D_PRICE') ? PLUS_PACKAGE_D_PRICE : '19,99'); ?>" style="width: 70%;">
|
||||
@@ -117,7 +116,7 @@ function refresh(tz) {
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "E" Amount of Gold
|
||||
<?php echo CONF_PLUS_PACKAGEGOLDE ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEGOLDE_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-e-gold" value="<?php echo (defined('PLUS_PACKAGE_E_GOLD') ? PLUS_PACKAGE_E_GOLD : 2000); ?>" style="width: 70%;">
|
||||
@@ -125,7 +124,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
Package "E" Price
|
||||
<?php echo CONF_PLUS_PACKAGEPRICEE ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PACKAGEPRICEE_TOOLTIP ?></span></em>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<input class="fm" name="plus-e-price" value="<?php echo (defined('PLUS_PACKAGE_E_PRICE') ? PLUS_PACKAGE_E_PRICE : '49,99'); ?>" style="width: 70%;">
|
||||
@@ -133,7 +132,7 @@ function refresh(tz) {
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><b><font color='#71D000'>P</font><font color='#FF6F0F'>l</font><font color='#71D000'>u</font><font color='#FF6F0F'>s</font></b> account duration</td>
|
||||
<td><?php echo CONF_PLUS_ACCDURATION ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_ACCDURATION_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="plus_time">
|
||||
<option value="(3600*12)" <?php if(PLUS_TIME==43200) echo "selected";?>>12 hours</option>
|
||||
@@ -148,7 +147,7 @@ function refresh(tz) {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>+25% production duration</td>
|
||||
<td><?php echo CONF_PLUS_PRODUCTDURATION ?> <em class="tooltip">?<span class="classic"><?php echo CONF_PLUS_PRODUCTDURATION_TOOLTIP ?></span></em></td>
|
||||
<td>
|
||||
<select name="plus_production">
|
||||
<option value="(3600*12)" <?php if(PLUS_TIME==43200) echo "selected";?>>12 hours</option>
|
||||
@@ -166,7 +165,7 @@ function refresh(tz) {
|
||||
</table>
|
||||
<br />
|
||||
<table width="100%">
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< back</a></td>
|
||||
<tr><td align="left"><a href="../Admin/admin.php?p=config"><< <?php echo EDIT_BACK ?></a></td>
|
||||
<td align="right"><input type="image" border="0" src="../img/admin/b/ok1.gif"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user