[MRM-666] show repository ID on the edit repository page

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-02-25 13:34:25 +00:00
parent 63555143b2
commit 298cdde075
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
<ww:actionmessage/>
<ww:form method="post" action="editRepository!commit" namespace="/admin" validate="false">
<ww:hidden name="repository.id"/>
<ww:label label="ID" name="repository.id" />
<%@ include file="/WEB-INF/jsp/admin/include/repositoryForm.jspf" %>
<ww:submit value="Update Repository"/>
</ww:form>