You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2012/12/19 17:25:53 UTC

[4/48] git commit: [#4790] provide some help on the field-selecting popup overlay

[#4790] provide some help on the field-selecting popup overlay


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/f405362d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/f405362d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/f405362d

Branch: refs/heads/db/4790
Commit: f405362d3c72b777ff004e64d577c3a4c6fad77a
Parents: 5a9fea6
Author: Dave Brondsema <db...@geek.net>
Authored: Tue Dec 18 22:49:21 2012 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Tue Dec 18 23:11:28 2012 +0000

----------------------------------------------------------------------
 .../tracker_widgets/ticket_search_results.html     |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f405362d/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
----------------------------------------------------------------------
diff --git a/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html b/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
index 1d88558..298ea23 100644
--- a/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
+++ b/ForgeTracker/forgetracker/templates/tracker_widgets/ticket_search_results.html
@@ -74,6 +74,10 @@
       </ul>
       <div class="clear">&nbsp;</div>
       <input type="submit" value="Save">
+      (applies to this page only)
+      {% if h.has_access(c.app, 'configure') %}
+          <a href="{{c.project.url()}}admin/{{c.app.config.options.mount_point}}/fields">Change field settings permanently.</a>
+      {% endif %}
     </form>
     {{widget.fields['lightbox'].display()}}
   {% endif %}