Skip to content

Commit

Permalink
Add missing block CSS for Trean blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 10, 2014
1 parent 256633d commit 15bab33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions trean/docs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
v1.2.0-git
----------

[mjr] Fix missing CSS rules for blocks.
[mjr] Add new block for displaying bookmarks tagged with a certain set of tags
(Request #13020).

Expand Down
7 changes: 6 additions & 1 deletion trean/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2014-07-06</date>
<date>2014-12-10</date>
<version>
<release>1.1.0RC2</release>
<api>1.1.0</api>
Expand All @@ -33,6 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [mjr] Fix missing CSS rules for blocks.
* [mjr] Add new block for displaying bookmarks tagged with a certain set of tags (Request #13020).
</notes>
<contents>
Expand Down Expand Up @@ -236,6 +237,9 @@
</dir> <!-- /templates -->
<dir name="themes">
<dir name="default">
<dir name="block">
<file name="screen.css" role="horde" />
</dir> <!-- /themes/default/block -->
<dir name="graphics">
<dir name="http">
<file name="1xx.png" role="horde" />
Expand Down Expand Up @@ -539,6 +543,7 @@
<install as="trean/templates/block/standard.inc" name="templates/block/standard.inc" />
<install as="trean/templates/data/import.inc" name="templates/data/import.inc" />
<install as="trean/themes/default/screen.css" name="themes/default/screen.css" />
<install as="trean/themes/default/block/screen.css" name="themes/default/block/screen.css" />
<install as="trean/themes/default/graphics/add.png" name="themes/default/graphics/add.png" />
<install as="trean/themes/default/graphics/favicon.ico" name="themes/default/graphics/favicon.ico" />
<install as="trean/themes/default/graphics/tag.png" name="themes/default/graphics/tag.png" />
Expand Down
2 changes: 1 addition & 1 deletion trean/templates/block/standard.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if ($bookmark->http_status == 'error') {
</td>

<td valign="top" width="100%">
<div class="bookmark-title">
<div class="trean-bookmarks-title">
<?php echo Horde::link($bookmark_url, '', '', $target) . htmlspecialchars($bookmark->title) ?></a>
<span class="small">(<?php echo $bookmark->clicks . ' ' . ($bookmark->clicks == 1 ? _("click") : _("clicks")) ?>)</span>
</div>
Expand Down

0 comments on commit 15bab33

Please sign in to comment.