aboutsummaryrefslogtreecommitdiff
path: root/include/offers-view.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-18 15:13:06 +0200
committerCamil Staps2016-07-18 15:13:06 +0200
commitfef6776bb3928dab208c893ed41f67059af4e73a (patch)
tree71bee6b6fc8abdd9266e3875cf9bf1a547390229 /include/offers-view.php
parentAdded assignments-view page (diff)
Fix links on *-view pages
Diffstat (limited to 'include/offers-view.php')
-rw-r--r--include/offers-view.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/offers-view.php b/include/offers-view.php
index 70e3500..c578522 100644
--- a/include/offers-view.php
+++ b/include/offers-view.php
@@ -113,8 +113,8 @@ $_offer = new offer($_pdo, $_id);
<a href='#' class='editable' id='editable-assignment-{$assignment->getId()}-vat' data-type='text' data-pk='{$assignment->getId()}' data-url='".constants::url_external."assignments/edit'>{$assignment->getVAT()}</a>% VAT
</td>
<td class='col-min-width'>
- <a title='View' href='?id={$assignment->getId()}' class='btn btn-primary btn-circle fa fa-arrow-right'></a>
- <a title='Delete' href='?delete={$assignment->getId()}' class='btn btn-danger btn-circle fa fa-times'></a>
+ <a title='View' href='".constants::url_internal."/assignments?id={$assignment->getId()}' class='btn btn-primary btn-circle fa fa-arrow-right'></a>
+ <a title='Delete' href='".constants::url_internal."/assignments?delete={$assignment->getId()}' class='btn btn-danger btn-circle fa fa-times'></a>
</td>
</tr>";
}