Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into updates/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Jun 20, 2014
2 parents 3f87baa + 153b1aa commit c8d2798
Show file tree
Hide file tree
Showing 9 changed files with 988 additions and 11 deletions.
2 changes: 2 additions & 0 deletions acp/board_announcements_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ public function main($id, $mode)
'S_BBCODE_FLASH' => true,
'S_LINKS_ALLOWED' => true,

'S_BOARD_ANNOUNCEMENTS' => true,

'U_ACTION' => $this->u_action,
));

Expand Down
2 changes: 1 addition & 1 deletion adm/style/board_announcements.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h3>{L_WARNING}</h3>
<dl>
<dt><label for="board_announcements_bgcolor">{L_BOARD_ANNOUNCEMENTS_BGCOLOR}{L_COLON}</label><br /><span>{L_BOARD_ANNOUNCEMENTS_BGCOLOR_EXPLAIN}</span></dt>
<dd>
<input name="board_announcements_bgcolor" type="text" id="board_announcements_bgcolor" value="{BOARD_ANNOUNCEMENTS_BGCOLOR}" size="6" maxlength="6" />
<input name="board_announcements_bgcolor" type="text" id="board_announcements_bgcolor" value="{BOARD_ANNOUNCEMENTS_BGCOLOR}" size="6" maxlength="6" <!-- IF BOARD_ANNOUNCEMENTS_BGCOLOR -->style="border-right:20px solid #{BOARD_ANNOUNCEMENTS_BGCOLOR}"<!-- ENDIF --> />
</dd>
</dl>

Expand Down
Loading

0 comments on commit c8d2798

Please sign in to comment.