From: Mike Taylor
Date: Mon, 16 Jul 2007 11:56:14 +0000 (+0000)
Subject: Adding new record does not lead into editing.
X-Git-Tag: CPAN-v1.02~363
X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=fad1a8886f1f255bcc19bb02883aba38545d2bcf;p=irspy-moved-to-github.git
Adding new record does not lead into editing.
---
diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc
index e813ae0..0389235 100644
--- a/web/htdocs/details/edit.mc
+++ b/web/htdocs/details/edit.mc
@@ -1,4 +1,4 @@
-%# $Id: edit.mc,v 1.34 2007-05-03 12:54:18 mike Exp $
+%# $Id: edit.mc,v 1.35 2007-07-16 11:56:14 mike Exp $
<%args>
$op
$id => undef ### should be extracted using utf8param()
@@ -346,7 +346,14 @@ if ($update && @changedFields) {
Changed <% $nchanges %> field<% $nchanges == 1 ? "" : "s" %>:
<% join(", ", map { xml_encode($_->[2]) } @changedFields) %>.
+% return if $op eq "new";
% }
+
+ Although anyone is allowed to add a new target, please note that
+ you will not be able to edit the newly added target unless you
+ have administrator privileges. So please be sure that the
+ details are correct before submitting them.
+