From 36c1f98438d98b367a1da1f384853a420925ce24 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sun, 12 Jul 2009 07:18:19 +0200 Subject: [PATCH] Added inline documentation with respect to the source access. --- src/IDF/templates/idf/admin/tabs.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/IDF/templates/idf/admin/tabs.html b/src/IDF/templates/idf/admin/tabs.html index fa86dea..7a3b25a 100644 --- a/src/IDF/templates/idf/admin/tabs.html +++ b/src/IDF/templates/idf/admin/tabs.html @@ -53,6 +53,15 @@ +  + +{blocktrans} +Only project members and admins have write access to the source.
+If you restrict the access to the source, anonymous access is
+not provided and the users must authenticate themselves with their
+password or SSH key.{/blocktrans} + + {$form.f.review_access_rights.labelTag}: {if $form.f.review_access_rights.errors}{$form.f.review_access_rights.fieldErrors}{/if} {$form.f.review_access_rights|unsafe}