mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
News List styling fix.
This commit is contained in:
@@ -24,7 +24,7 @@ $NEWS_MENU_TEMPLATE['list']['end'] = '</div>';
|
||||
|
||||
// Template/CSS to be reviewed for best bootstrap implementation
|
||||
$NEWS_TEMPLATE['list']['caption'] = '{NEWSCATEGORY}';
|
||||
$NEWS_TEMPLATE['list']['start'] = '{SETIMAGE: w=400&h=300&crop=1}';
|
||||
$NEWS_TEMPLATE['list']['start'] = '{SETIMAGE: w=400&h=350&crop=1}';
|
||||
$NEWS_TEMPLATE['list']['end'] = '';
|
||||
$NEWS_TEMPLATE['list']['item'] = '
|
||||
|
||||
@@ -35,18 +35,23 @@ $NEWS_TEMPLATE['list']['item'] = '
|
||||
</div>
|
||||
</div>
|
||||
<div class="span9 col-md-9">
|
||||
<h3>{NEWSTITLELINK}</h3>
|
||||
<h3 class="media-heading">{NEWSTITLELINK}</h3>
|
||||
<p>
|
||||
{NEWSSUMMARY}
|
||||
</p>
|
||||
<p>
|
||||
<a href="{NEWSURL}" class="btn btn-primary">'.LAN_READ_MORE.'</a>
|
||||
<a href="{NEWSURL}" class="btn btn-small btn-primary">'.LAN_READ_MORE.'</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//$NEWS_MENU_TEMPLATE['list']['separator'] = '<br />';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user