mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
put footnote into row-fluid
This commit is contained in:
parent
4d01346172
commit
d283c24979
|
@ -80,7 +80,8 @@ class UI_Default {
|
|||
function footNote() { /* {{{ */
|
||||
global $settings;
|
||||
|
||||
echo '<div class="row-fluid" style="padding-top: 20px;">'."\n";
|
||||
echo "<div class=\"container-fluid\" style=\"margin-top: 0px;\">\n";
|
||||
echo '<div class="row-fluid">'."\n";
|
||||
echo '<div class="span12">'."\n";
|
||||
echo '<div class="alert alert-info">'."\n";
|
||||
if ($settings->_printDisclaimer){
|
||||
|
@ -93,6 +94,7 @@ class UI_Default {
|
|||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
return;
|
||||
} /* }}} */
|
||||
|
|
|
@ -153,7 +153,8 @@ $(document).ready(function () {
|
|||
} /* }}} */
|
||||
|
||||
function footNote() { /* {{{ */
|
||||
echo '<div class="row-fluid" style="padding-top: 20px;">'."\n";
|
||||
echo "<div class=\"container-fluid\">\n";
|
||||
echo '<div class="row-fluid">'."\n";
|
||||
echo '<div class="span12">'."\n";
|
||||
echo '<div class="alert alert-info">'."\n";
|
||||
if ($this->params['printdisclaimer']){
|
||||
|
@ -166,6 +167,7 @@ $(document).ready(function () {
|
|||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
return;
|
||||
} /* }}} */
|
||||
|
@ -1195,6 +1197,7 @@ $('#clearfilename<?php print $formName ?>').click(function(ev) {
|
|||
print "</div>";
|
||||
print "<div><button class=\"btn\" onclick=\"window.history.back();\">".getMLText('back')."</button></div>";
|
||||
|
||||
$this->contentEnd();
|
||||
$this->htmlEndPage();
|
||||
|
||||
add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle);
|
||||
|
|
Loading…
Reference in New Issue
Block a user