Browse Source

clean-up and remove unused code (HTML templates).

stable
Craig Oates 2 years ago
parent
commit
ecfb667c67
  1. 3
      templates/user/dashboard.html
  2. 1
      templates/user/storage.html

3
templates/user/dashboard.html

@ -11,7 +11,7 @@
</div>
<div class="be-dashboard-section">
<div class="be-dashboard-section-quicklist">
<div class="be-quicklist">
<a class="be-gui-link"
title="Click to add a new archive entry"
href="/create/archive-entry">
@ -113,7 +113,6 @@
src="/images/icons/add-circle.png">
Create Entry
</a>
<a class="be-gui-link"
title="Click to view all archive entries stored on the system"
href="/user/archive">

1
templates/user/storage.html

@ -41,7 +41,6 @@
type="text"
name="NEW-FILE-NAME"
value="{{item.name}}">
<!-- <input type="submit" value="Rename"/> -->
<button class="be-gui-button-no-text"
title="Click to rename '{{item.name}}'"
type="submit">

Loading…
Cancel
Save