<!ENTITY lang.author "PINES">
<!ENTITY common.all "All">
<!ENTITY common.currency "$">
+<!ENTITY common.language "Language: ">
<!ENTITY common.name "Name">
<!ENTITY common.none "None">
<!ENTITY common.title "Title">
/* ---------------------------------------------------------------------- */
-#searchbar { margin-top: 18px; width: 100%; }
+#searchbar { margin-top: 22px; width: 100%; }
#searchbar table tr td {font-weight: bold; font-size: 8pt; }
#searchbar select, input { border-collapse: collapse; font-size: 9pt; }
.searchbar_item { margin: 3px; font-size: 9pt; }
<div id='fonts_div'>
<div id='text_size_div' style='position:absolute; top: 2px; right: 6px;'>
- <span>&common.textsize.title;</span>
- <span><a href="javascript:void(0);" onclick="setFontSize('regular');"> &common.textsize.regular; </a></span>
- <span> &common.textsize.separator; </span>
- <span><a href="javascript:void(0);" onclick="setFontSize('large');"> &common.textsize.large; </a></span>
+ <span style='vertical-align: top;'>&common.textsize.title;</span>
+ <span style='vertical-align: top;'><a href="javascript:void(0);" onclick="setFontSize('regular');"> &common.textsize.regular; </a></span>
+ <span style='vertical-align: top;'> &common.textsize.separator; </span>
+ <span style='vertical-align: top;'><a href="javascript:void(0);" onclick="setFontSize('large');"> &common.textsize.large; </a></span>
+ <span style='vertical-align: top;'> <span style="font-weight:bold;">|</span> </span>
+ <span style='vertical-align: top;'>&common.language;</span>
+ <span id='translation_switch' dojoType="dijit.form.FilteringSelect" store="openils.I18N.localeStore" searchAttr="label" required="false">
+ <script type="dojo/label" event="onChange">
+ if (this.getValue()) {
+ location.href = location.href.replace( /opac\/[^\/]+\/skin/, 'opac/' + this.getValue() + '/skin');
+ }
+ </script>
+ </span>
</div>
</div>
<div id='footer_logo'>&footer.logo;
<a href='http://open-ils.org'><img style='border:none;' src='../../../../images/eg_tiny_logo.jpg'/></a>
</div>
-
- <div
- id='translation_switch'
- dojoType="dijit.form.FilteringSelect"
- store="openils.I18N.localeStore"
- searchAttr="label"
- >
- <script type="dojo/label" event="onChange">
- if (this.getValue()) {
- location.href = location.href.replace( /opac\/[^\/]+\/skin/, 'opac/' + this.getValue() + '/skin');
- }
- </script>
- </div>
</div>