Changeset 308 for trunk/telseznam.php


Ignore:
Timestamp:
Jan 31, 2011, 6:04:18 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Styl telefonního seznamu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/telseznam.php

    r304 r308  
    1111    '802.cz' => 'http://802.cz/telefon',
    1212    'O2' => 'http://o2.cz',
     13    'T-Mobile' => 'http://www.t-mobile.cz/web/cz/residential',
    1314  ); 
    1415
     
    2021
    2122    $Output = $PageList['Output'];
    22     $Output .= '<br/><table class="WideTable">';
     23    $Output .= '<br/><table class="WideTable" style="font-size: small;">';
    2324   
    2425    $TableColumns = array(
     
    4041        $Line['Operator'] = '<a href="'.$this->OperatorURL[$Line['Operator']].'">'.$Line['Operator'].'</a>';
    4142      $Output .= '<tr><td>'.$Line['Number'].'</td>'.
    42       '<td>'.$Line['Name'].'</td>'.
    43       '<td>'.$Line['Address'].'</td>'.
     43      '<td style="text-align: left;">'.$Line['Name'].'</td>'.
     44      '<td style="text-align: left;">'.$Line['Address'].'</td>'.
    4445      '<td>'.$Line['Operator'].'</td>'.
    4546      '<td>'.$this->System->HumanDate(MysqlDateTimeToTime($Line['LastUpdate'])).'</td></tr>';
Note: See TracChangeset for help on using the changeset viewer.