mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
Flush clarification
Removed flush=all as it is undocumented and appears it will be removed post SS3.1.6 in favour of flushing everything using flush=1. Added titles to links attempting to explain flush functions.
This commit is contained in:
parent
8108870328
commit
34d7de80a3
@ -53,8 +53,8 @@
|
||||
<a href="$Link?isDev=1"><span class="bn-icon-devmode"></span>Dev Mode</a>
|
||||
<% end_if %>
|
||||
|
||||
<a href="$Link?flush=all"><span class="bn-icon-flush"></span>Flush Templates</a>
|
||||
<a href="/dev/build/?flush=1" target="_blank"><span class="bn-icon-db"></span>Build Database</a>
|
||||
<a href="$Link?flush=1" title="Flush templates and manifest, and regenerate images for this page (behaviour varies by Framework version)"><span class="bn-icon-flush"></span>Flush Caches</a>
|
||||
<a href="/dev/build/?flush=1" target="_blank" title="Build database and flush caches (currently excludes template caches)"><span class="bn-icon-db"></span>Build Database</a>
|
||||
<a href="/dev/" target="_blank"><span class="bn-icon-tools"></span>Dev Menu</a>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user