This commit is contained in:
Nael 2013-11-10 00:12:46 +01:00
parent 0472212166
commit 02e5603e1c
10 changed files with 6 additions and 5 deletions

View File

@ -5,5 +5,6 @@ namespace DBD;
class locale_string extends \SYSTEM\DBD\locale_string {
const VALUE_CATEGORY_MAINPAGE = 100;
const VALUE_CATEGORY_WOW_INFOTEXT = 120;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -39,13 +39,12 @@
<br>
<img src="${PICPATH}priest.png" style="opacity: 0.2;"/>
<img src="${PICPATH}mage.png" style="opacity: 0.2;"/>
<br>
<br>
<img src="${PICPATH}warlock.png" style="opacity: 0.2;"/>
<img src="${PICPATH}druid.png" style="opacity: 0.2;"/>
</div>
<div id="details_info" style="float: left; margin: 15px;">
Test, dies ist ein
<br>
sehr Hilfreicher
<div id="details_info" style="float: left; margin-top: 15px; width: 190px; padding: 8px; padding-bottom: 110px; font-size: 12px; background: url(${PICPATH}infotext_background.png) no-repeat;">
<h3><center>Info</center></h3>
${infotext_human}
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

View File

@ -17,6 +17,7 @@ class wizard_details extends SYSTEM\PAGE\Page {
$vars['css'] = $this->css();
$vars['PICPATH'] = \SYSTEM\WEBPATH(new PPAGE(),'wizard_details/img/');
$vars = array_merge($vars, \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_MAINPAGE));
$vars = array_merge($vars, \SYSTEM\locale::getStrings(DBD\locale_string::VALUE_CATEGORY_WOW_INFOTEXT));
return SYSTEM\PAGE\replace::replaceFile(SYSTEM\SERVERPATH(new PPAGE(),'wizard_details/details.tpl'), $vars);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 KiB

After

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 431 KiB

After

Width:  |  Height:  |  Size: 446 KiB