Changeset 295
- Timestamp:
- 12/20/07 10:23:57 (15 years ago)
- Location:
- dev
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.parser.php
r282 r295 559 559 'Beteiligte Parteien:','Anz:','Corporation:','(Fracht)', 'Schiff:','Waffe:', 560 560 'Verursachter Schaden:','Erlittener Schaden:', '(gab den letzten Schuss ab)', 561 'Hinterlassene Gegenst'.chr(228).'nde:', 'Anz.:', 'Unbekannt', 'Dronenhangar' );561 'Hinterlassene Gegenst'.chr(228).'nde:', 'Anz.:', 'Unbekannt', 'Dronenhangar', 'Drohnenhangar'); 562 562 $replace = array('Victim:','Alliance: None','Alliance: None','Alliance:', 563 563 'Destroyed items','Destroyed:', 'Security:', 564 564 'Involved parties:', 'Qty:', 'Corp:', '(Cargo)', 'Ship:', 'Weapon:', 565 565 'Damage Done:', 'Damage Taken:', '(laid the final blow)', 566 'Dropped items:', 'Qty:', 'Unknown', 'Drone Bay' );566 'Dropped items:', 'Qty:', 'Unknown', 'Drone Bay', 'Drone Bay'); 567 567 568 568 //if (strpos($this->killmail, chr(246)) === false) -
dev/common/includes/globals.php
r294 r295 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 29 4$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 295 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5 -
dev/templates/killlisttable.tpl
r254 r295 23 23 {if $config->get('killlist_alogo')} 24 24 {if $k.allianceexists} 25 <td width="32" align="center"><img src="{$img_url}/alliances/{$k.victimallianceicon}.png" border="0" width="32" height="32" ></td>25 <td width="32" align="center"><img src="{$img_url}/alliances/{$k.victimallianceicon}.png" border="0" width="32" height="32" title="{$k.victimalliancename}"></td> 26 26 {elseif $k.victimalliancename != "None"} 27 <td width="32" align="center"><img src="{$img_url}/alliances/default.gif" border="0" width="32" height="32" ></td>27 <td width="32" align="center"><img src="{$img_url}/alliances/default.gif" border="0" width="32" height="32" title="{$k.victimalliancename}"></td> 28 28 {else} 29 29 <td width="32" align="center"> </td>