mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Fix for page_chapter SEFs on fresh install. Increase frontend modal width. Add missing page data to page shortcode vars.
This commit is contained in:
@@ -281,7 +281,7 @@ Morbi porta leo iaculis, hendrerit lorem interdum, porta dui. Integer tempor con
|
||||
<field name="chapter_id">1</field>
|
||||
<field name="chapter_parent">0</field>
|
||||
<field name="chapter_name">General</field>
|
||||
<field name="chapter_sef"></field>
|
||||
<field name="chapter_sef">general</field>
|
||||
<field name="chapter_meta_description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et tempor odio. Quisque volutpat lorem nec lectus congue suscipit. In hac habitasse platea dictumst. Etiam odio nisi, egestas vitae amet.</field>
|
||||
<field name="chapter_meta_keywords"></field>
|
||||
<field name="chapter_manager">0</field>
|
||||
@@ -294,7 +294,7 @@ Morbi porta leo iaculis, hendrerit lorem interdum, porta dui. Integer tempor con
|
||||
<field name="chapter_id">2</field>
|
||||
<field name="chapter_parent">1</field>
|
||||
<field name="chapter_name">Chapter 1</field>
|
||||
<field name="chapter_sef"></field>
|
||||
<field name="chapter_sef">chapter-1</field>
|
||||
<field name="chapter_meta_description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ut nunc ac neque egestas ullamcorper. In convallis semper hendrerit. Etiam non dolor nisl, varius facilisis dui. Nunc egestas massa nunc.</field>
|
||||
<field name="chapter_meta_keywords"></field>
|
||||
<field name="chapter_manager">0</field>
|
||||
|
@@ -122,6 +122,8 @@ img.featurebox { border-radius: 5px }
|
||||
#login-template { max-width: 330px; margin-right: auto; margin-left: auto; }
|
||||
#login-template h2.caption { text-align:center; font-size:120%; opacity:0.8 }
|
||||
#login-template .logo { padding-top:50px; margin-left:auto; margin-right: auto }
|
||||
|
||||
.modal-lg { width: 70% }
|
||||
/* CUSTOM Responsive Styles */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user