forked from openlp/openlp
Converted the back button to a home button, as that was its original intention.
This commit is contained in:
parent
9cc7412852
commit
2033ecb71c
@ -58,7 +58,7 @@
|
||||
</div>
|
||||
<div data-role="page" id="service-manager">
|
||||
<div data-role="header">
|
||||
<a href="#" data-rel="back" data-icon="arrow-l">${back}</a>
|
||||
<a href="#home" data-role="button" data-icon="home" data-iconpos="notext">${back}</a>
|
||||
<h1>${service_manager}</h1>
|
||||
<a href="#" id="service-refresh" data-role="button" data-icon="refresh">${refresh}</a>
|
||||
</div>
|
||||
@ -89,7 +89,7 @@
|
||||
</div>
|
||||
<div data-role="page" id="slide-controller">
|
||||
<div data-role="header">
|
||||
<a href="#" data-rel="back" data-icon="arrow-l">${back}</a>
|
||||
<a href="#home" data-role="button" data-icon="home" data-iconpos="notext">${back}</a>
|
||||
<h1>${slide_controller}</h1>
|
||||
<a href="#" id="controller-refresh" data-role="button" data-icon="refresh">${refresh}</a>
|
||||
</div>
|
||||
@ -120,7 +120,7 @@
|
||||
</div>
|
||||
<div data-role="page" id="alerts">
|
||||
<div data-role="header">
|
||||
<a href="#" data-rel="back" data-icon="arrow-l">${back}</a>
|
||||
<a href="#home" data-role="button" data-icon="home" data-iconpos="notext">${back}</a>
|
||||
<h1>${alerts}</h1>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
@ -133,7 +133,7 @@
|
||||
</div>
|
||||
<div data-role="page" id="search">
|
||||
<div data-role="header">
|
||||
<a href="#" data-rel="back" data-icon="arrow-l">${back}</a>
|
||||
<a href="#home" data-role="button" data-icon="home" data-iconpos="notext">${back}</a>
|
||||
<h1>${search}</h1>
|
||||
</div>
|
||||
<div data-role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user