Browse Source

update quicklist sections in archive-entry.html and page.html.

Replaced the 'View Entry' link with an edit entry link instead.
stable
Craig Oates 2 years ago
parent
commit
e336640fa0
  1. 12
      templates/archive-entry.html
  2. 10
      templates/page.html

12
templates/archive-entry.html

@ -13,11 +13,11 @@
View Dashboard
</a>
<a class="be-gui-link"
title="Click to view '{{db-data.title}}'"
href="/view/archive/{{db-data.slug}}">
<img alt="New Archive Entry"
src="/images/icons/view-entry.png">
View Entry
title="Click to edit '{{db-data.title}}'"
href="/edit/archive/{{db-data.slug}}">
<img alt="Edit Archive Entry"
src="/images/icons/edit-entry.png">
Edit Entry
</a>
<a class="be-gui-link"
title="Click to add a new archive entry"
@ -60,7 +60,7 @@
<div class="fe-article-body">
<h1>{{db-data.title}}</h1>
<p class="fe-hint">
Published: {{db-data.month}} {{db-data.year}}
{{db-data.month}} {{db-data.year}}
</p>
<p class="fe-hint">Keywords: {{ db-data.keywords | replace:, | with:" • " }}</p>
{{data | safe}}

10
templates/page.html

@ -12,11 +12,11 @@
View Dashboard
</a>
<a class="be-gui-link"
title="Click to view '{{db-data.title}}'"
href="/view/archive/{{db-data.slug}}">
<img alt="New Archive Entry"
src="/images/icons/view-entry.png">
View Entry
title="Click to edit '{{db-data.title}}'"
href="/edit/page/{{db-data.slug}}">
<img alt="Edit Page"
src="/images/icons/edit-entry.png">
Edit Page
</a>
<a class="be-gui-link"
title="Click to add a new archive entry"

Loading…
Cancel
Save