Browse Source

update /user/dashboard.html template (mostly for CSS updates).

stable
Craig Oates 2 years ago
parent
commit
1551e3fc1b
  1. 37
      templates/user/dashboard.html

37
templates/user/dashboard.html

@ -11,7 +11,40 @@
</div>
<div class="be-dashboard-section">
<h2>Storage</h2>
<div class="be-dashboard-section-quicklist">
<a class="be-gui-link"
title="Click to add a new archive entry"
href="/create/archive-entry">
<img alt="New Archive Entry"
src="/images/icons/add-circle.png">
Entry
</a>
<a class="be-gui-link"
title="Click to create a new page"
href="/create/page">
<img alt=""
src="/images/icons/add-circle.png">
Page
</a>
<a class="be-gui-link"
title="Click to view all archive entries stored on the system"
href="/user/archive">
<img alt="Archive Index"
src="/images/icons/index.png">
Archive
</a>
<a class="be-gui-link"
title="Click to view all the pages stored on the system"
href="/user/pages">
<img alt="New Page"
src="/images/icons/index.png">
Pages
</a>
</div>
</div>
<div class="be-dashboard-section">
<h2>Storage</h2>
<div class="be-section-controls">
<a class="be-gui-link"
title="Click to view all files in storage"
@ -202,6 +235,4 @@
</div>
</div>
</div>
</div>
{% endblock %}

Loading…
Cancel
Save