Skip to content

Commit

Permalink
LSNBLDR-886 - The Tips button points to a useless html page, just rem…
Browse files Browse the repository at this point in the history
…ove (sakaiproject#5040)

it because the info is redundant with help
  • Loading branch information
jonespm authored Nov 29, 2017
1 parent dd7609a commit af9cbf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4085,8 +4085,6 @@ private void createToolBar(UIContainer tofill, SimplePage currentPage, boolean i

// right side
createToolBarLink(ReorderProducer.VIEW_ID, toolBar, "reorder", "simplepage.reorder", currentPage, "simplepage.reorder-tooltip");
UILink.make(toolBar, "help", messageLocator.getMessage("simplepage.help"),
getLocalizedURL( isStudent ? "student.html" : "general.html", true));

// add content menu
createToolBarLink(EditPageProducer.VIEW_ID, tofill, "add-text1", null, currentPage, "simplepage.text.tooltip").setItemId(null);
Expand Down
1 change: 0 additions & 1 deletion lessonbuilder/tool/src/webapp/templates/ShowPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ <h3 id="toolbar-label" rsf:id="msg=simplepage.toolbar" class="offscreen"></h3>
<li rsf:id="remove-student" class="contentButton"><span><a role="menuitem button" href="#" rsf:id="remove-page-student" class="add-at-end remove-page"><span rsf:id="msg=simplepage.remove-page" role="menuitem"></span></a></span></li>

<li class="contentButton"><span><a role="menuitem button" class="add-at-end" href="#" rsf:id="reorder"><span aria-hidden="true" class="fa-button-text"></span></a></span></li>
<li class="contentButton"><span><a role="menuitem button" href="#" rsf:id="help" target="_blank"></a></span></li>
<li class="contentButton">
<span rsf:id="title-descrip">
<a role="menuitem button" aria-haspopup="dialog" aria-controls="edit-title-dialog" href="#" rsf:id="edit-title" id="edit-title"><span aria-hidden="true" class="fa-button-text fa-cog"></span><span class="offscreen" rsf:id="edit-title-text"></span></a>
Expand Down

0 comments on commit af9cbf0

Please sign in to comment.