~ubuntu-branches/debian/stretch/all-in-one-sidebar/stretch

« back to all changes in this revision

Viewing changes to content/prefs/prefs.xul

  • Committer: Package Import Robot
  • Author(s): Andrea Veri
  • Date: 2013-05-07 19:28:20 UTC
  • mfrom: (1.1.4) (0.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20130507192820-dz9rxjyazqb0f7aq
Tags: 0.7.18-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<!-- skin -->
4
4
<?xml-stylesheet href="chrome://global/skin/global.css"?>
5
5
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
6
 
<?xml-stylesheet href="chrome://aios/skin/prefs.css"?>
 
6
<?xml-stylesheet href="chrome://aios/skin/css/prefs.css"?>
7
7
 
8
8
<!-- locale -->
9
9
<!DOCTYPE prefwindow [
437
437
 
438
438
                        </groupbox>
439
439
 
440
 
                        <!-- Fix für die Höhe des Shortcut-Panels => sonst wird die letzte Textzeile "Tipp: ...keyconfig..." abgeschnitten -->
 
440
                        <!-- Fix fuer die Hoehe des Shortcut-Panels => sonst wird die letzte Textzeile "Tipp: ...keyconfig..." abgeschnitten -->
441
441
                        <description style="visibility:hidden;">.</description>
442
442
 
443
443
                    </vbox>
572
572
            <preference id="EMCount"            type="bool"     name="extensions.aios.em.count" />
573
573
 
574
574
            <preference id="BMOpen"             type="bool"     name="extensions.aios.bm.sidebar" />
575
 
            <preference id="BMLayout"           type="bool"     name="extensions.aios.bm.layout" />
576
575
            <preference id="HIOpen"             type="bool"     name="extensions.aios.hi.sidebar" />
577
 
            <preference id="HILayout"           type="bool"     name="extensions.aios.hi.layout" />
578
576
            <preference id="PIOpen"             type="bool"     name="extensions.aios.pi.sidebar" />
579
577
            <preference id="PILayout"           type="bool"     name="extensions.aios.pi.layout" />
580
578
 
615
613
 
616
614
                        <groupbox>
617
615
                            <caption label="&bookmarksButton.label;" />
618
 
                            <checkbox preference="BMOpen" label="&misc.enablesidebar.label; *" aiosChilds="BMLayout" oncommand="aios_checkboxObserver(this);" />
619
 
 
620
 
                            <vbox class="indent" aiosAdvanced="true">
621
 
                                <checkbox preference="BMLayout" label="&misc.layout.label;" />
622
 
                            </vbox>
 
616
                            <checkbox preference="BMOpen" label="&misc.enablesidebar.label; *" oncommand="aios_checkboxObserver(this);" />
623
617
                        </groupbox>
624
618
 
625
619
                        <groupbox>
626
620
                            <caption label="&historyButton.label;" />
627
 
                            <checkbox preference="HIOpen" label="&misc.enablesidebar.label; *" aiosChilds="HILayout" oncommand="aios_checkboxObserver(this);" />
628
 
 
629
 
                            <vbox class="indent" aiosAdvanced="true">
630
 
                                <checkbox preference="HILayout" label="&misc.layout.label;" />
631
 
                            </vbox>
 
621
                            <checkbox preference="HIOpen" label="&misc.enablesidebar.label; *" oncommand="aios_checkboxObserver(this);" />
632
622
                        </groupbox>
633
623
 
634
624
                    </vbox>
839
829
 
840
830
<!-- A B O U T -->
841
831
 
842
 
    <prefpane id="aiosAbout" label="&tab.about;" flex="1" src="chrome://aios/content/abouttabs.xul" />
 
832
    <prefpane id="aiosAbout" label="&tab.about;" flex="1" src="chrome://aios/content/about_content.xul" />
843
833
 
844
834
</prefwindow>
 
 
b'\\ No newline at end of file'