WIP of modern login page:

- Add login_background option to admin site configuration
This commit is contained in:
Hadi Nategh 2017-02-10 16:02:32 +01:00
parent 1d69265b9c
commit 262d245029

View File

@ -62,6 +62,10 @@
<description value="Enter the title of your logo" label="%s:"/>
<textbox id="newsettings[login_logo_title]"/>
</row>
<row>
<description value="Enter the URL or filename (in api/templates/default/images) of your background image" label="%s:"/>
<textbox id="newsettings[login_background_file]"/>
</row>
<row>
<description value="Enter the URL or filename (in your templates image directory) of your favicon (the little icon that appears in the browsers tabs)" label="%s:"/>
<textbox id="newsettings[favicon_file]"/>