X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fedit.mc;h=038923537463fc19cd97eadcf53da261f1c368f7;hb=ad90ed871cf7a923681031a57ea7552569d18036;hp=e813ae0aae87a7b320dd77a24cc090b230337d1e;hpb=da226fe4b453a29d047473c42ea8e17c21ceb431;p=irspy-moved-to-github.git 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. +

<%perl>