Changeset 114 for db/include/quest.php


Ignore:
Timestamp:
Oct 27, 2007, 10:36:03 PM (17 years ago)
Author:
hosiplan
Message:

+ chyba ve vyhledávání, opravil jsem ji

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/include/quest.php

    r113 r114  
    2020<?php if( !empty($sql_select['other']['SrcItemId']) ){ ?>
    2121      <tr><td>Důležitá věc:</td></tr>
    22       <tr><td style="padding-left:20px;"><?php echo $sql_select['quest']['SrcItemCount']."x ".$sql_select['other']['SrcItemId']; ?></td></tr>
     22      <tr><td style="padding-left:10px;"><?php echo $sql_select['quest']['SrcItemCount']."x ".$sql_select['other']['SrcItemId']; ?></td></tr>
    2323<?php }; ?>
    2424
     
    3434<?php if( !empty($sql_select['other']['ReqItems']) ){ ?>
    3535      <tr><td>Věci vyžadované pro splnění:</td></tr>
    36       <tr><td style="padding-left:20px;"><?php echo $sql_select['other']['ReqItems']; ?></td></tr>
     36      <tr><td style="padding-left:10px;"><?php echo $sql_select['other']['ReqItems']; ?></td></tr>
    3737<?php }; if( !empty($sql_select['other']['ReqSource']) ){ ?>
    3838      <tr><td>Unknown:</td></tr>
    39       <tr><td style="padding-left:20px;"><?php echo $sql_select['other']['ReqSource']; ?></td></tr>
     39      <tr><td style="padding-left:10px;"><?php echo $sql_select['other']['ReqSource']; ?></td></tr>
    4040<?php }; if( !empty($sql_select['other']['ReqCreatureOrGOId']) ){ ?>
    4141      <tr><td>Věci vyžadované pro splnění:</td></tr>
    42       <tr><td style="padding-left:20px;"><?php echo $sql_select['other']['ReqCreatureOrGOId']; ?></td></tr>
     42      <tr><td style="padding-left:10px;"><?php echo $sql_select['other']['ReqCreatureOrGOId']; ?></td></tr>
    4343<?php }; ?>
    4444    </table></td><td width="70%" style="padding-bottom:20px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
Note: See TracChangeset for help on using the changeset viewer.