update indentation and add target window size for pop-ups
This commit is contained in:
parent
908433d80d
commit
23625b4ba8
1 changed files with 12 additions and 8 deletions
|
@ -45,7 +45,8 @@
|
||||||
<label data-text="settings_filters_description"></label>
|
<label data-text="settings_filters_description"></label>
|
||||||
<div class="field-row action-buttons">
|
<div class="field-row action-buttons">
|
||||||
<button data-action="filters,update" data-text="settings_filters_update"></button>
|
<button data-action="filters,update" data-text="settings_filters_update"></button>
|
||||||
<button data-action="open,settings,filters" data-text="settings_filters_open"></button>
|
<button href="settings/filters" tab-height="607.5" tab-width="1080"
|
||||||
|
data-text="settings_filters_open"></button>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
|
@ -59,13 +60,16 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
<section role="tabpanel" id="about">
|
<section role="tabpanel" id="about">
|
||||||
|
<fieldset>
|
||||||
|
<legend data-text="about"></legend>
|
||||||
<img data-image="about_app_logo" />
|
<img data-image="about_app_logo" />
|
||||||
<p data-text="extension_name"></p>
|
<p data-text="extension_name"></p>
|
||||||
<p data-text="GUI_status_version"></p>
|
<p data-text="GUI_status_version"></p>
|
||||||
<p data-text="extension_description"></p>
|
<p data-text="extension_description"></p>
|
||||||
<div class="field-row action-buttons">
|
<div class="field-row action-buttons">
|
||||||
<button data-text="help" data-action="open,help"></button>
|
<button data-text="help" href="help" tab-height="607.5" tab-width="1080"></button>
|
||||||
</div>
|
</div>
|
||||||
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue