summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-05-07 18:32:44 +0300
committerAndrew Dolgov <[email protected]>2021-05-07 18:32:44 +0300
commit7273eeb09861eaa6c568a7590a5a9e61b2574e8f (patch)
treeca1ac46badd33ebc432902ae6615a8d04330ee89
parentbe061c873e6f63d92c402d35c2d15a39c9bbb127 (diff)
parent46bbde30cc82a8d68947f0064731a8f6b4c151dd (diff)
Merge branch 'master' of git.tt-rss.org:fox/ttrss-api-resize
-rw-r--r--init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.php b/init.php
index c5c1168..1c037bd 100644
--- a/init.php
+++ b/init.php
@@ -393,6 +393,7 @@ class Api_Resize_Media extends Plugin {
<fieldset class='prefs'>
<label><?= $this->__( "Also resize in web UI (width, 0 - disables):") ?></label>
<input dojoType='dijit.form.NumberSpinner'
+ title="<?= $this->__("This setting is local to current preference profile.") ?>"
required='1' name='force_width' value="<?= $force_width ?>">
&nbsp;
<?= $this->__('pixels') ?>
@@ -401,6 +402,7 @@ class Api_Resize_Media extends Plugin {
<fieldset class='prefs'>
<label><?= $this->__( "Output WEBP quality:") ?></label>
<input dojoType='dijit.form.NumberSpinner' min='1' constraints='{min:1,max:100,places:0}'
+ title="<?= $this->__("This setting is local to current preference profile.") ?>"
required='1' name='quality' value="<?= $quality ?>">
</fieldset>