Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
phpmyadmin config.inc
#7
danke klappt, wenn wir schonmal hier sind, noch ne kleine frage
Im Game, wollte ich für Holz, Lehm, Eisen und Bauernhof ein neues Icon, also habe ich diese im /graphic Ordner ersetzt, sie sehen jetzt auch besser aus, sie werden so in der Produktion angezeigt, und wenn da Preise stehen, nur da wo steht wieviel Holz/Lehm/Eisen/Bauernhof man gerade hat, also in dieser einen Leiste... hoffe ihr konntet mir folgen, denn dort werden noch die alten Icons angezeigt, und diese führen nicht mal in den graphic ordner :O

hier die "Textstelle"
Code:
<td align="right" class="topAlign">
<table align="right" class="header-border menu_block_right">
<tbody>
<tr>
<td>
<table class="box smallPadding" cellspacing="0" style="empty-cells:show;">
<tbody>
<tr style="height: 20px;">
<td class="box-item icon-box firstcell">
<a href="game.php?village={$village.id}&amp;screen=wood" title="Holz">
<span class="icon header wood"> </span>
</a>
</td>
<td class="box-item">
<span id="wood" title="{$wood_per_hour}" {if $village.r_wood==$max_storage}class="warn"{/if}>{$village.r_wood}</span>
</td>
<td class="box-item icon-box">
<a href="game.php?village={$village.id}&amp;screen=stone" title="Lehm">
<span class="icon header stone"> </span>
</a>
</td>
<td class="box-item">
<span id="stone" title="{$stone_per_hour}" {if $village.r_stone==$max_storage}class="warn"{/if}>{$village.r_stone}</span>
</td>
<td class="box-item icon-box">
<a href="game.php?village={$village.id}&amp;screen=iron" title="Eisen">
<span class="icon header iron"> </span>
</a>
</td>
<td class="box-item">
<span id="iron" title="{$iron_per_hour}" {if $village.r_iron==$max_storage}class="warn"{/if}>{$village.r_iron}</span>
</td>
<td class="box-item icon-box">
<a href="game.php?village={$village.id}&amp;screen=storage" title="Speicherkapazit&auml;t>
<span class="icon header ressources"> </span>
</a>
</td>

Und das Icon für die Speicherkapazität wird gar nicht angezeigt.


Messages In This Thread
phpmyadmin config.inc - by Bahnhoof - 27.03.2012, 18:10
RE: phpmyadmin config.inc - by Molt - 27.03.2012, 18:12
RE: phpmyadmin config.inc - by Bahnhoof - 27.03.2012, 18:16
RE: phpmyadmin config.inc - by SlimShady95 - 27.03.2012, 18:17
RE: phpmyadmin config.inc - by Bahnhoof - 27.03.2012, 18:19
RE: phpmyadmin config.inc - by Molt - 27.03.2012, 18:37
RE: phpmyadmin config.inc - by Bahnhoof - 28.03.2012, 18:02
RE: phpmyadmin config.inc - by Molt - 30.03.2012, 10:55
RE: phpmyadmin config.inc - by Bahnhoof - 30.03.2012, 14:47
RE: phpmyadmin config.inc - by Molt - 30.03.2012, 17:30



Users browsing this thread: 1 Guest(s)