News:

Looking for a good read? Check out the SimpleDesk Team Blog.

Main Menu

Topic solved
This topic is marked as solved and as such require no attention unless you want to bump this issue.

[Fixed] Disclaimer text missing in Admin - Department

Started by wintstar, December 07, 2015, 04:20:11 AM

Previous topic - Next topic

wintstar

SimpleDesk version: SimpleDesk 2.0 Anatidae and SimpleDesk 2.0.1
SMF version:  SMF 2.0.11 and SMF 2.1 Beta 2

Latest revision from the GitHub. Download is of branch smf21 from 03.12.2015.

MySQLi version: 5.6.25
PHP: 5.6.11
2.1 Beta 2 is from the latest revision from the GitHub 30.11.2015

In the configuration of departments, the disclaimer text for Board Theme missing.

open sd_template/SimpleDesk-AdminDepartments.template.php

Fixed:

find
Code (php) Select
                                <dt><strong>', $txt['shd_dept_theme'], '</strong></dt>

replace with
Code (php) Select
                                <dt><strong>', $txt['shd_dept_theme'], '</strong>
                                    <div class="smalltext">', $txt['shd_dept_theme_note'], '</div>
                                </dt>

SleePy

Jeremy D — Spare-Developer