From 95b28aed9f2cdf51c4807ea30a306db8ab73e77e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 4 Jan 2017 07:58:24 +0100 Subject: [PATCH] use div-control-group instead of table in forms --- views/bootstrap/class.EditFolder.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/views/bootstrap/class.EditFolder.php b/views/bootstrap/class.EditFolder.php index 993ff6168..8c156c19d 100644 --- a/views/bootstrap/class.EditFolder.php +++ b/views/bootstrap/class.EditFolder.php @@ -135,10 +135,10 @@ $(document).ready(function() { $arr = $this->callHook('folderEditAttribute', $folder, $attrdef); if(is_array($arr)) { echo $txt; - echo ""; - echo "".$arr[0].""; - echo "".$arr[1].""; - echo ""; + echo "
"; + echo ""; + echo "
".$arr[1]."
"; + echo "
"; } else { ?>
@@ -147,7 +147,8 @@ $(document).ready(function() { printAttributeEditField($attrdef, $folder->getAttribute($attrdef)) ?>
-