summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2623516)
raw | patch | inline | side by side (parent: 2623516)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 9 Nov 2006 07:32:31 +0000 (07:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 9 Nov 2006 07:32:31 +0000 (07:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5055 594d385d-05f5-0310-b6e9-bd551577e9d8
index e72431d334b10f711d7ebbf307d7ece491c5c008..eeaa5055f945319490650b0c04bdc3ae275c4829 100644 (file)
<p class='seperator'> </p>
<br>
{$AttributesToFix}
- <p class='seperator'> </p>
{if $SubDialog == false}
<br>
diff --git a/include/class_tabs.inc b/include/class_tabs.inc
index 76101a90f2e3bc767438d53bfc602e90b344075f..a8ffef5b0128d0bc2e32c25af09e310eedb8d29a 100644 (file)
--- a/include/class_tabs.inc
+++ b/include/class_tabs.inc
*/
function getCopyDialog()
{
- $ret = "";
- $this->SubDialog = false;
- foreach ($this->by_object as $key => $obj){
- if($obj->is_account){
- $tmp = $this->by_object[$key]->getCopyDialog();
- if($tmp['status'] == "SubDialog"){
- $this->SubDialog = true;
- return($tmp['string']);
- }else{
- $ret .= $tmp['string'];
- }
- }
- }
- return($ret);
+ $ret = "";
+ $this->SubDialog = false;
+ foreach ($this->by_object as $key => $obj){
+ if($obj->is_account){
+ $tmp = $this->by_object[$key]->getCopyDialog();
+ if($tmp['status'] == "SubDialog"){
+ $this->SubDialog = true;
+ return($tmp['string']);
+ }else{
+ if(!empty($tmp['string'])){
+ $ret .= $tmp['string'];
+ $ret .= "<p class='seperator'> </p>";
+ }
+ }
+ }
+ }
+ return($ret);
}
-
}
+// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>
index b334c6c47eb2280fb4c81fe03be8201165aa4ad9..cbc936215356373f2956dc4a33cbd9e06e9b2800 100644 (file)
/* Additional info if start end time is '0' */
$add_str_info = "";
if($timeto == 0 && $timefrom == 0){
- $add_str_info = "<br><i>"._("(Some types of certificates are currently not supported and may be displayed as 'invalid'.")."</i>";
+ $add_str_info = "<br><i>"._("(Some types of certificates are currently not supported and may be displayed as 'invalid'.)")."</i>";
}
$str = "<table summary=\"\" border=0>
diff --git a/plugins/personal/generic/paste_generic.tpl b/plugins/personal/generic/paste_generic.tpl
index 8ce65a1d03446bd0e8d09a8f142bd746d7bf48a1..1eecbf9023ceeba6d40f3438d7a0d9e087ba4609 100644 (file)
</tr>
</table>
<br>
-<br>
-<p class="seperator"></p>