";
- $content .= "".implode(';', $value)." | ".$entry['c']." | ";
+ $content .= "".implode(';', $value)." | ";
+ $content .= "getID()."]=".$entry['value']."\">".urlencode($entry['c'])." | ";
+ $content .= "";
/* various checks, if the value is valid */
if(!$selattrdef->validate($entry['value'])) {
- $content .= getAttributeValidationText($selattrdef->getValidationError(), $selattrdef->getName(), $entry['value']);
+ $content .= getAttributeValidationText($selattrdef->getValidationError(), $selattrdef->getName(), $entry['value'], $selattrdef->getRegex());
}
- $content .= " | ";
/* Check if value is in value set */
+ /*
if($selattrdef->getValueSet()) {
foreach($value as $v) {
if(!in_array($v, $selattrdef->getValueSetAsArray()))
$content .= getMLText("attribute_value_not_in_valueset");
}
}
+ */
$content .= " | ";
$content .= "
";
}
diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php
index 7bbce4dff..f1464da02 100644
--- a/views/bootstrap/class.Bootstrap.php
+++ b/views/bootstrap/class.Bootstrap.php
@@ -410,6 +410,14 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
//$this->addFooterJS('checkTasks();');
}
+ if($this->params['dropfolderdir'] && $this->params['enabledropfolderlist']) {
+ echo " ";
+ }
if($this->params['enablesessionlist']) {
echo "