Skip to content

Commit

Permalink
Fixes #30 missing description
Browse files Browse the repository at this point in the history
Minor adjustment to ticket widths.

Signed-off-by: jdarwood007 <unmonitored+github@sleepycode.com>
  • Loading branch information
jdarwood007 committed Dec 7, 2015
1 parent 640cb41 commit 1073fd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/helpdesk.css
Expand Up @@ -151,7 +151,7 @@ h3.ticketheader img
.shd_ticket_side_column
{
float: left;
width: 215px;
width: 235px;
margin-right: 20px;
}
.shd_ticketdetails
Expand Down
4 changes: 3 additions & 1 deletion sd_template/SimpleDesk-AdminDepartments.template.php
Expand Up @@ -210,7 +210,9 @@ function template_shd_edit_dept()
<option value="1"', $context['shd_dept']['before_after'] == 1 ? ' selected="selected"' : '', '>', $txt['shd_boardindex_cat_after'], '</option>
</select>
</dd>
<dt><strong>', $txt['shd_dept_theme'], '</strong></dt>
<dt><strong>', $txt['shd_dept_theme'], '</strong>
<div class="smalltext">', $txt['shd_dept_theme_note'], '</div>
</dt>
<dd>';

if (empty($context['dept_theme_list']) || count($context['dept_theme_list']) == 1)
Expand Down

0 comments on commit 1073fd8

Please sign in to comment.