Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FontAwesome Icons, re-order items #21

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions core/components/quickbar/elements/chunks/quickbar.chunk.tpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div id="quickbar-wrapper" class="quickbar-wrapper">
<div class="quickbar">
<ul>
<li><a href="[[+mgr_url]]?a=resource/update&id=[[*id]]" target="_blank">Edit Resource</a></li>
[[++quickbar.dashboard:is=`1`:then=`<li><a href="[[+mgr_url]]" target="_blank">Dashboard</a></li>`]]
[[++quickbar.create:is=`1`:then=`<li><a href="[[!createNewLink]]" target="_blank">Create Here</a></li>`]]
[[[[++quickbar.help:is=`1`:then=`++quickbar.helplink:notempty=`<li class="help"><a href="[[+quickbar.helplink]]" target="[[+quickbar.helptarget]]">Help</a></li>``]]]]
[[++quickbar.dashboard:is=`1`:then=`<li><a href="[[+mgr_url]]" target="_blank"><i class="fa fa-dashboard fa-lg"></i> Dashboard</a></li>`]]
[[++quickbar.create:is=`1`:then=`<li><a href="[[!createNewLink]]" target="_blank"><i class="fa fa-plus fa-lg"></i> Create Here</a></li>`]]
<li><a href="[[+mgr_url]]?a=resource/update&id=[[*id]]" target="_blank"><i class="fa fa-edit fa-lg"></i> Edit Resource</a></li>
[[[[++quickbar.help:is=`1`:then=`++quickbar.helplink:notempty=`<li class="help"><a href="[[+quickbar.helplink]]" target="[[+quickbar.helptarget]]"><i class="fa fa-help fa-lg"></i> Help</a></li>``]]]]

</ul>
</div>
Expand Down