/usr/share/bibledit/bb/order.html is in bibledit-data 5.0.453-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | <h3>translate("Book order")</h3>
<p>translate("Bible"): <a href="settings?bible=##bible##">##bible##</a></p>
<br>
<p>translate("Update the order and put the deuterocanonical or apocryphal books:")</p>
<ul>
<li>
<a href="?bible=##bible##&order=interspersed">translate("Interspersed among the books of the Hebrew Bible.")</a>
</li>
<li>
<a href="?bible=##bible##&order=between">translate("Between the Hebrew Bible and the New Testament.")</a>
</li>
<li>
<a href="?bible=##bible##&order=end">translate("At the very end of the entire Bible.")</a>
</li>
</ul>
<p>
<p>
translate("Click the arrows below to put the books in a custom order:")
</p>
<br>
<!-- #BEGINITERATION order -->
<p>
<a href="?bible=##bible##&moveup=##offset##">##uparrow##</a>
<a href="?bible=##bible##&movedown=##offset##">##downarrow##</a>
##bookname##
</p>
<!-- #ENDITERATION order -->
|