8000 Accessibility Changes by fatchild · Pull Request #6 · eprints/ref_support · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Accessibility Changes #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions lib/lang/en/phrases/ref_support.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Please choose one of the following options:<br/>
</epp:phrase>

<!-- REF::Overview screen -->
<epp:phrase id="Plugin/Screen/REF_Support/Overview:title">REF Support <a class="ref_support_help" href="/ref_support/"><img src="/style/images/help.gif" alt="REF Support Help Page"/></a></epp:phrase>
<epp:phrase id="Plugin/Screen/REF_Support/Overview:title">REF Support <a class="ref_support_help" href="/ref_support/"><img src="/style/images/help.gif" alt="REF support, help page link icon"/></a></epp:phrase>

<epp:phrase id="Plugin/Screen/REF_Support/Overview:user_actions">
<div style="margin:10px auto"><epc:pin name="actions"/></div>
Expand Down Expand Up @@ -837,10 +837,10 @@ No users found in your UoA.</epp:phrase>

8000 <epp:phrase id="Plugin/Screen/REF_Support/REF4/Edit:title">Edit</epp:phrase>

<epp:phrase id="compliant_icon"><img title="Compliant" class="compliance-icon" src="{$config{rel_path}}/images/compliant.png"/></epp:phrase>
<epp:phrase id="not_compliant_icon"><img title="Not Compliant" class="compliance-icon" src="{$config{rel_path}}/images/not-compliant.png"/></epp:phrase>
<epp:phrase id="future_compliance_icon"><img title="Compliant pending open access" class="compliance-icon" src="{$config{rel_path}}/images/future.png"/></epp:phrase>
<epp:phrase id="pre_compliance_icon"><img title="Out of scope" class="compliance-icon" src="{$config{rel_path}}/images/pre-compliance.png"/></epp:phrase>
<epp:phrase id="compliant_icon"><img alt="green circular icon indicating complience" title="Compliant" class="compliance-icon" src="{$config{rel_path}}/images/compliant.png"/></epp:phrase>
<epp:phrase id="not_compliant_icon"><img alt="red circular icon indicating non-complience" title="Not Compliant" class="compliance-icon" src="{$config{rel_path}}/images/not-compliant.png"/></epp:phrase>
<epp:phrase id="future_compliance_icon"><img alt="amber circular icon indicating pending complience" title="Compliant pending open access" class="compliance-icon" src="{$config{rel_path}}/images/future.png"/></epp:phrase>
<epp:phrase id="pre_compliance_icon"><img alt="blue circular icon indicating out of scope" title="Out of scope" class="compliance-icon" src="{$config{rel_path}}/images/pre-compliance.png"/></epp:phrase>

<epp:phrase id="Plugin/Screen/REF_Support/Overview:no_benchmark">No benchmark defined. Before you can use the REF Support plugin, you must first create a benchmark.</epp:phrase>
<epp:phrase id="Plugin/Screen/REF_Support/Overview:no_uoa">No valid Units of Assessment.</epp:phrase>
Expand Down
2 changes: 1 addition & 1 deletion lib/lang/en/static/ref_support/index.xpage
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ table.roles, table.roles th, table.roles td{
<p>To create a benchmark, click the '<epc:phrase ref="Plugin/Screen/DataSets:title"/> link in the main menu, then select '<epc:phrase ref="datasetname_ref_support_benchmark"/>'.</p>

<h3>User Guide</h3>
<p>Please see <a href="http://www.eprints.org/uk/wp-content/uploads/EPrints-Services-REF-Support-User-Guide.pdf">here</a> for the REF Support User Guide.</p>
<p>Please see <a href="http://www.eprints.org/uk/wp-content/uploads/EPrints-Services-REF-Support-User-Guide.pdf">the REF Support User Guide PDF file.</a></p>

</xpage:body>
</xpage:page>
0