From 357156b58a972bd2572d7419d40a74e6f0ef3030 Mon Sep 17 00:00:00 2001 From: Nick Parlante <nick.parlante@cs.stanford.edu> Date: Thu, 12 Sep 2013 10:29:32 -0700 Subject: [PATCH] Mention in studio UI that %%USER_ID%% works --- AUTHORS | 1 + cms/templates/component.html | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index b58c1853c87..94963e46304 100644 --- a/AUTHORS +++ b/AUTHORS @@ -86,5 +86,6 @@ Yarko Tymciurak <yarkot1@gmail.com> Miles Steele <miles@milessteele.com> Kevin Luo <kevluo@edx.org> Akshay Jagadeesh <akjags@gmail.com> +Nick Parlante <nick.parlante@cs.stanford.edu> Marko Seric <marko.seric@math.uzh.ch> Felipe Montoya <felipe.montoya@edunext.co> diff --git a/cms/templates/component.html b/cms/templates/component.html index 2412cd74d40..a6deacb486c 100644 --- a/cms/templates/component.html +++ b/cms/templates/component.html @@ -11,6 +11,7 @@ <div class="component-edit-header"> <span class="component-name"></span> <ul class="nav-edit-modes"> + <span class="help-text" style="color: #ddd;font-size:small;">${_("%%USER_ID%% in text expands, e.g. 2A6B...")}</span> <li id="editor-mode" class="mode active-mode" aria-controls="editor-tab" role="tab"> <a href="#">${_("Editor")}</a> </li> -- GitLab