Add a setting for RTL text direction (integrating the url paramter)

Fixes #1191
This commit is contained in:
Marcel Klehr 2013-03-05 23:12:00 +01:00
parent 2b5cb2989c
commit 760e1b82c3
5 changed files with 32 additions and 3 deletions

View file

@ -217,6 +217,10 @@
<input type="checkbox" id="options-linenoscheck" checked>
<label for="options-linenoscheck" data-l10n-id="pad.settings.linenocheck"></label>
</p>
<p>
<input type="checkbox" id="options-rtlcheck">
<label for="options-rtlcheck" data-l10n-id="pad.settings.rtlcheck"></label>
</p>
<% e.end_block(); %>
<table>
<% e.begin_block("mySettings.dropdowns"); %>