mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Ticket #1498 - fail, didn't close span
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44294 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e5a0abf989
commit
e33cd71485
@ -49,7 +49,7 @@
|
|||||||
<% else %>
|
<% else %>
|
||||||
<div class="blank"> <% _t('SWITCHTO','Switch to:') %> </div>
|
<div class="blank"> <% _t('SWITCHTO','Switch to:') %> </div>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<span class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></a>
|
<span class="current" title="Edit this page in the CMS"><% _t('EDIT','Edit') %></span>
|
||||||
| <a id="viewStageSite" title="View the Page in the Draft Site" href="home/?stage=Stage"><% _t('DRAFTS','Draft Site') %></a>
|
| <a id="viewStageSite" title="View the Page in the Draft Site" href="home/?stage=Stage"><% _t('DRAFTS','Draft Site') %></a>
|
||||||
| <a id="viewLiveSite" title="View the Page in the Published Site" href="home/?stage=Live"><% _t('PUBLIS','Published Site') %></a>
|
| <a id="viewLiveSite" title="View the Page in the Published Site" href="home/?stage=Live"><% _t('PUBLIS','Published Site') %></a>
|
||||||
<a style="display: none; margin-left: 20px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>
|
<a style="display: none; margin-left: 20px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user