mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +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() { /* {{{ */
|
function footNote() { /* {{{ */
|
||||||
global $settings;
|
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="span12">'."\n";
|
||||||
echo '<div class="alert alert-info">'."\n";
|
echo '<div class="alert alert-info">'."\n";
|
||||||
if ($settings->_printDisclaimer){
|
if ($settings->_printDisclaimer){
|
||||||
|
@ -93,6 +94,7 @@ class UI_Default {
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
|
echo "</div>\n";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
|
@ -153,7 +153,8 @@ $(document).ready(function () {
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function footNote() { /* {{{ */
|
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="span12">'."\n";
|
||||||
echo '<div class="alert alert-info">'."\n";
|
echo '<div class="alert alert-info">'."\n";
|
||||||
if ($this->params['printdisclaimer']){
|
if ($this->params['printdisclaimer']){
|
||||||
|
@ -166,6 +167,7 @@ $(document).ready(function () {
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
|
echo "</div>\n";
|
||||||
|
|
||||||
return;
|
return;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
@ -1195,6 +1197,7 @@ $('#clearfilename<?php print $formName ?>').click(function(ev) {
|
||||||
print "</div>";
|
print "</div>";
|
||||||
print "<div><button class=\"btn\" onclick=\"window.history.back();\">".getMLText('back')."</button></div>";
|
print "<div><button class=\"btn\" onclick=\"window.history.back();\">".getMLText('back')."</button></div>";
|
||||||
|
|
||||||
|
$this->contentEnd();
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
|
|
||||||
add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle);
|
add_log_line(" UI::exitError error=".$error." pagetitle=".$pagetitle);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user