|
From: <mah...@us...> - 2008-12-15 20:47:11
|
Revision: 358
http://dccss.svn.sourceforge.net/dccss/?rev=358&view=rev
Author: maher_karim
Date: 2008-12-15 20:47:00 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
2008-12-15 Maher Abdel karim <mah...@do...>
* conf/dccss_pewssa_en:
* conf/dccss_pewssa_ar:adjust the data definition to work with ms4w
* dataobject/public_subscriber.php: add print action
* ar/LC_MESSAGES/dccss.po:update translations.
* images/gtz.png:
* images/pewssa_logo.gif: added
* logbook_report.php:adjust query.
* print_ac: add new page to print inspection sheet.
* query.php: add possibility to query delivery point
Modified Paths:
--------------
branches/ms4w/apps/dccss/include/dataobject/Public_subscriber.php
Modified: branches/ms4w/apps/dccss/include/dataobject/Public_subscriber.php
===================================================================
--- branches/ms4w/apps/dccss/include/dataobject/Public_subscriber.php 2008-12-15 20:43:11 UTC (rev 357)
+++ branches/ms4w/apps/dccss/include/dataobject/Public_subscriber.php 2008-12-15 20:47:00 UTC (rev 358)
@@ -222,6 +222,9 @@
$ref='<a href="deliverypointpage.php?PHPSESSID='.session_id().
'&action=map&geocode='. $this->geocode.'">'.
_('[View on Map]').'</a>';
+ $ref=$ref.'<a href="print_ac.php?PHPSESSID='.session_id().
+ '&action=map&geocode='. $this->geocode.'">'.
+ _('[Print]').'</a>';
$showadd=false;
}
$objTable->setCellContents($i, 8, '<a href="'.$strPagePath.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|