mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Styling fix for bootstrap3 books and chapters list view.
This commit is contained in:
parent
72c18d46c0
commit
d45f54262f
@ -23,7 +23,7 @@ $CHAPTER_TEMPLATE['default']['listChapters']['start'] = "<ul class='page-chap
|
||||
$CHAPTER_TEMPLATE['default']['listChapters']['item'] = "<li><h4><a href='{CHAPTER_URL}'>{CHAPTER_NAME}</a></h4>{PAGES}";
|
||||
$CHAPTER_TEMPLATE['default']['listChapters']['end'] = "</ul>";
|
||||
|
||||
$CHAPTER_TEMPLATE['default']['listBooks']['start'] = "<ul class='page-chapters-list'>";
|
||||
$CHAPTER_TEMPLATE['default']['listBooks']['start'] = "<ul class='page-books-list'>";
|
||||
$CHAPTER_TEMPLATE['default']['listBooks']['item'] = "<li><h3><a href='{BOOK_URL}'>{BOOK_NAME}</a></h3>{CHAPTERS}";
|
||||
$CHAPTER_TEMPLATE['default']['listBooks']['end'] = "</ul>";
|
||||
|
||||
@ -120,7 +120,7 @@ $CHAPTER_TEMPLATE['panel']['listChapters']['end'] = "</div>";
|
||||
|
||||
$CHAPTER_TEMPLATE['panel']['listPages']['caption'] = "{CHAPTER_NAME}";
|
||||
$CHAPTER_TEMPLATE['panel']['listPages']['start'] = "<!-- Chapter Template: Panel listPages -->{CHAPTER_BREADCRUMB}<div class='chapter-pages-list'>";
|
||||
$CHAPTER_TEMPLATE['panel']['listPages']['item'] = "<div class='section'><div class='row'>{CPAGEMENU}</div></div>";
|
||||
$CHAPTER_TEMPLATE['panel']['listPages']['item'] = "<div class='section'>{CPAGEMENU}</div>";
|
||||
$CHAPTER_TEMPLATE['panel']['listPages']['end'] = "</div>";
|
||||
|
||||
|
||||
|
@ -19,30 +19,30 @@
|
||||
|
||||
|
||||
|
||||
$MENU_TEMPLATE['2-column_1:1_text-left']['start'] = '{SETIMAGE: w=700&h=450}';
|
||||
$MENU_TEMPLATE['2-column_1:1_text-left']['start'] = '{SETIMAGE: w=700&h=450}<div class="row">';
|
||||
$MENU_TEMPLATE['2-column_1:1_text-left']['body'] = '
|
||||
<div class="cpage-menu col-lg-6 col-md-6 col-sm-6"><h2>{CMENUICON}{CMENUTITLE}</h2>{CMENUBODY}<p>{CPAGEBUTTON}</p></div>
|
||||
<div class="cpage-menu col-lg-6 col-md-6 col-sm-6">{CMENUIMAGE}</div>
|
||||
';
|
||||
$MENU_TEMPLATE['2-column_1:1_text-left']['end'] = '';
|
||||
$MENU_TEMPLATE['2-column_1:1_text-left']['end'] = '</div>';
|
||||
|
||||
|
||||
$MENU_TEMPLATE['2-column_1:1_text-right']['start'] = '{SETIMAGE: w=700&h=450}';
|
||||
$MENU_TEMPLATE['2-column_1:1_text-right']['start'] = '{SETIMAGE: w=700&h=450}<div class="row">';
|
||||
$MENU_TEMPLATE['2-column_1:1_text-right']['body'] = '
|
||||
<div class="cpage-menu col-lg-6 col-md-6 col-sm-6">{CMENUIMAGE}</div>
|
||||
<div class="cpage-menu col-lg-6 col-md-6 col-sm-6"><h2>{CMENUICON}{CMENUTITLE}</h2>{CMENUBODY}<p>{CPAGEBUTTON}</p></div>
|
||||
';
|
||||
$MENU_TEMPLATE['2-column_1:1_text-right']['end'] = '';
|
||||
$MENU_TEMPLATE['2-column_1:1_text-right']['end'] = '</div>';
|
||||
|
||||
|
||||
$MENU_TEMPLATE['2-column_2:1_text-left']['start'] = '';
|
||||
$MENU_TEMPLATE['2-column_2:1_text-left']['start'] = '<div class="row">';
|
||||
$MENU_TEMPLATE['2-column_2:1_text-left']['body'] = '
|
||||
<div class="cpage-menu col-lg-8 col-md-8"><h4>{CMENUICON}{CMENUTITLE}</h4>{CMENUBODY}</div>
|
||||
<div class="cpage-menu col-lg-4 col-md-4">
|
||||
<a class="btn btn-lg btn-primary pull-right" href="{CPAGEBUTTON=href}">'.LAN_READ_MORE.'</a>
|
||||
</div>
|
||||
';
|
||||
$MENU_TEMPLATE['2-column_2:1_text-left']['end'] = '';
|
||||
$MENU_TEMPLATE['2-column_2:1_text-left']['end'] = '</div>';
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user