mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +00:00
put footnote into bootstrap information box
This commit is contained in:
parent
13eb5bd8cc
commit
c875729cbe
|
@ -80,6 +80,9 @@ class UI_Default {
|
||||||
function footNote() { /* {{{ */
|
function footNote() { /* {{{ */
|
||||||
global $settings;
|
global $settings;
|
||||||
|
|
||||||
|
echo '<div class="row-fluid" style="padding-top: 20px;">'."\n";
|
||||||
|
echo '<div class="span12">'."\n";
|
||||||
|
echo '<div class="alert alert-info">'."\n";
|
||||||
if ($settings->_printDisclaimer){
|
if ($settings->_printDisclaimer){
|
||||||
echo "<div class=\"disclaimer\">".getMLText("disclaimer")."</div>";
|
echo "<div class=\"disclaimer\">".getMLText("disclaimer")."</div>";
|
||||||
}
|
}
|
||||||
|
@ -87,6 +90,9 @@ class UI_Default {
|
||||||
if (isset($settings->_footNote) && strlen((string)$settings->_footNote)>0) {
|
if (isset($settings->_footNote) && strlen((string)$settings->_footNote)>0) {
|
||||||
echo "<div class=\"footNote\">".(string)$settings->_footNote."</div>";
|
echo "<div class=\"footNote\">".(string)$settings->_footNote."</div>";
|
||||||
}
|
}
|
||||||
|
echo "</div>\n";
|
||||||
|
echo "</div>\n";
|
||||||
|
echo "</div>\n";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user