Issue 35 - Change Notifications to Notices

This commit is contained in:
perryharlock
2013-09-25 14:50:19 +01:00
parent 2ed29319f8
commit b7b4acfa9e
6 changed files with 14 additions and 14 deletions

View File

@@ -68,7 +68,7 @@
{{#lastResult}}
<li class="danger"><a href="#errors" title="See errors">{{count.error}}</a></li>
<li class="warning"><a href="#warnings" title="See warnings">{{count.warning}}</a></li>
<li class="info last"><a href="#notifications" title="See notifications">{{count.notice}}</a></li>
<li class="info last"><a href="#notices" title="See notices">{{count.notice}}</a></li>
{{/lastResult}}
</ul>
</div>
@@ -122,7 +122,7 @@
<a class="pull-right" href="#top" data-role="top">Back to top</a>
</div>
{{else}}
<p class="heading label-danger">Well done! You have 0 errors. <span class="glyphicon glyphicon-ok pull-right"></span></p>
<p class="heading label-danger" id="errors">Well done! You have 0 errors. <span class="glyphicon glyphicon-ok pull-right"></span></p>
{{/if}}
{{#if lastResult.count.warning}}
@@ -143,13 +143,13 @@
</div>
{{else}}
<p class="heading label-warning">Well done! You have 0 warnings. <span class="glyphicon glyphicon-ok pull-right"></span></p>
<p class="heading label-warning" id="warnings">Well done! You have 0 warnings. <span class="glyphicon glyphicon-ok pull-right"></span></p>
{{/if}}
{{#if lastResult.count.notice}}
<div class="heading label-info" id="notifications">
<div class="heading label-info" id="notices">
<span data-role="expander" class="pull-right expander"> + </span>
Notifications ( {{lastResult.count.notice}} )
Notices ( {{lastResult.count.notice}} )
</div>
<div class="task-info tasks-list collapse clearfix">
<ul class="list-unstyled">
@@ -163,7 +163,7 @@
<a class="pull-right" href="#top" data-role="top">Back to top</a>
</div>
{{else}}
<p class="heading label-warning">Well done! You have 0 notices. <span class="glyphicon glyphicon-ok pull-right"></span></p>
<p class="heading label-warning" id="notices">Well done! You have 0 notices. <span class="glyphicon glyphicon-ok pull-right"></span></p>
{{/if}}
<div class="heading label-default">
@@ -183,7 +183,7 @@
{{else}}
<div class="alert alert-info">
<h4>No results to show</h4>
<h4>There are no results to show</h4>
<p>pa11y has not been run against this URL yet so there are no results to show.</p>
<p>To run pa11y for this URL now <a href="">click here</a></p>
</div>