diff options
| author | PayBas <contact@paybas.com> | 2014-07-16 16:54:02 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-08-07 17:13:17 +0200 |
| commit | 64dfb3fba91623eebfbf41a2164f7521f9ca2ee3 (patch) | |
| tree | b90e618baec199c9dd9a0a481ac0d53644434cbd /phpBB/styles/prosilver/template/search_results.html | |
| parent | 9b36b5283cc29f59428206726f666554b0e0a358 (diff) | |
| download | forums-64dfb3fba91623eebfbf41a2164f7521f9ca2ee3.tar forums-64dfb3fba91623eebfbf41a2164f7521f9ca2ee3.tar.gz forums-64dfb3fba91623eebfbf41a2164f7521f9ca2ee3.tar.bz2 forums-64dfb3fba91623eebfbf41a2164f7521f9ca2ee3.tar.xz forums-64dfb3fba91623eebfbf41a2164f7521f9ca2ee3.zip | |
[ticket/12506] Reposition post-buttons for compact layout
PHPBB3-12506
Diffstat (limited to 'phpBB/styles/prosilver/template/search_results.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 47aa8d85de..86197af062 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -116,7 +116,7 @@ <!-- BEGIN searchresults --> <!-- EVENT search_results_post_before --> - <div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->"> + <div class="search post has-profile <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->"> <div class="inner"> <!-- IF searchresults.S_IGNORE_POST --> |
