mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +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() { /* {{{ */
|
||||
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){
|
||||
echo "<div class=\"disclaimer\">".getMLText("disclaimer")."</div>";
|
||||
}
|
||||
|
@ -87,6 +90,9 @@ class UI_Default {
|
|||
if (isset($settings->_footNote) && strlen((string)$settings->_footNote)>0) {
|
||||
echo "<div class=\"footNote\">".(string)$settings->_footNote."</div>";
|
||||
}
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
return;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user