summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/group/show.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/dev/views/scripts/group/show.phtml')
-rw-r--r--application/modules/dev/views/scripts/group/show.phtml10
1 files changed, 5 insertions, 5 deletions
diff --git a/application/modules/dev/views/scripts/group/show.phtml b/application/modules/dev/views/scripts/group/show.phtml
index addf3db..7b3660d 100644
--- a/application/modules/dev/views/scripts/group/show.phtml
+++ b/application/modules/dev/views/scripts/group/show.phtml
@@ -2,11 +2,11 @@
if($_POST['groupID']) {
?>
<div align="right">
-<form name="editForm" action="/group/edit/" method="post"><input
+<form name="editForm" action="/dev/group/edit/" method="post"><input
type="hidden" name="groupID"
value="<?php echo $this->group->getID(); ?>" /> <input type="submit"
name="edit" value="Edit" /></form>
-<form name="deleteForm" action="/group/delete/" method="post"><input
+<form name="deleteForm" action="/dev/group/delete/" method="post"><input
type="hidden" name="groupID"
value="<?php echo $this->group->getID(); ?>" /> <input type="submit"
name="delete" value="Delete" /></form>
@@ -56,7 +56,7 @@ if($_POST['groupID']) {
<td><?php echo $person->getEmail(); ?></td>
<td><?php echo $person->getCity(); ?></td>
<td>
- <form action="/group/grantperson" method="post"><input type="hidden"
+ <form action="/dev/group/grantperson" method="post"><input type="hidden"
name="grouprequestID" value="<?php echo $grouprequestID; ?>" /> <?php printRoleSelect($this->roleList); ?>
<input type="submit" name="confirm" value="confirm" /></form>
</td>
@@ -92,7 +92,7 @@ if($_POST['groupID']) {
<td><?php echo $person->getEmail(); ?></td>
<td><?php echo $person->getCity(); ?></td>
<td>
- <form action="/group/revokeperson" method="post"><input type="hidden"
+ <form action="/dev/group/revokeperson" method="post"><input type="hidden"
name="membershipID" value="<?php echo $membershipID; ?>" /><input
type="hidden" name="personID" value="<?php echo $person->getID(); ?>" />
<input type="submit" name="revoke" value="revoke" /></form>
@@ -119,4 +119,4 @@ function printRoleSelect($roleList) {
echo "<option value=\"" . $role['roleID'] . "\">" . $role['title'] . "</option>";
}
echo "</select>";
-} \ No newline at end of file
+}