[Weberp-svn] SF.net SVN: weberp:[4511] trunk/WorkOrderEntry.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-01-29 11:49:18
|
Revision: 4511 http://weberp.svn.sourceforge.net/weberp/?rev=4511&view=rev Author: tim_schofield Date: 2011-01-29 11:49:12 +0000 (Sat, 29 Jan 2011) Log Message: ----------- Correct brokeb links to select work order and create new work order Modified Paths: -------------- trunk/WorkOrderEntry.php Modified: trunk/WorkOrderEntry.php =================================================================== --- trunk/WorkOrderEntry.php 2011-01-28 17:14:15 UTC (rev 4510) +++ trunk/WorkOrderEntry.php 2011-01-29 11:49:12 UTC (rev 4511) @@ -252,7 +252,7 @@ if (isset($_POST['submit'])) { //The update button has been clicked - echo '<div class=centre><a href="' . $_SERVER['PHP_SELF'] . '?' . SID . "'>" . _('Enter a new work order') . '</a>'; + echo '<div class=centre><a href="' . $_SERVER['PHP_SELF'] . '?' . SID . '">' . _('Enter a new work order') . '</a>'; echo '<br><a href="' . $rootpath . '/SelectWorkOrder.php?' . SID . '">' . _('Select an existing work order') . '</a>'; echo '<br><a href="'. $rootpath . '/WorkOrderCosting.php?' . SID . '&WO=' . $_REQUEST['WO'] . '">' . _('Go to Costing'). '</a></div>'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |