diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php
index 017dcce7b..7b5261b5b 100644
--- a/views/bootstrap/class.Bootstrap.php
+++ b/views/bootstrap/class.Bootstrap.php
@@ -903,6 +903,26 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
return;
} /* }}} */
+ function rowStart() { /* {{{ */
+ echo "
\n";
+ return;
+ } /* }}} */
+
+ function rowEnd() { /* {{{ */
+ echo "
\n";
+ return;
+ } /* }}} */
+
+ function columnStart($width=6) { /* {{{ */
+ echo "\n";
+ return;
+ } /* }}} */
+
+ function columnEnd() { /* {{{ */
+ echo "
\n";
+ return;
+ } /* }}} */
+
function formField($title, $value, $params=array()) { /* {{{ */
if($title !== null) {
echo "";