Ticket #1498 - Usability fix - span not <a> - can't click it without the href

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44293 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-05 22:24:24 +00:00
parent 54c65ce091
commit e5a0abf989

View File

@ -49,7 +49,7 @@
<% else %>
<div class="blank"> <% _t('SWITCHTO','Switch to:') %> </div>
<% end_if %>
<a 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') %></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 style="display: none; margin-left: 20px;" id="viewArchivedSite" href="home/"><% _t('ARCHS','Archived Site') %></a>