Warning: Declaration of action_plugin_description::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/html/foro/documentation/lib/plugins/description/action.php on line 23
Warning: Declaration of action_plugin_keywords::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/html/foro/documentation/lib/plugins/keywords/action.php on line 40
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/auth.php on line 427
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 30
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 48
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 49
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 28
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 141
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 162
diff --git a/include/ListView/ListViewController.php b/include/ListView/ListViewController.php
index 5b84166..b65c0d4 100644
--- a/include/ListView/ListViewController.php
+++ b/include/ListView/ListViewController.php
@@ -339,6 +339,7 @@ class ListViewController {
$value = CurrencyField::convertToUserFormat($value);
}
}
+ if ($value==0) $value='';
}
} elseif($field->getFieldDataType() == 'url') {
$matchPattern = "^[\w]+:\/\/^";
diff --git a/Smarty/templates/DetailViewUI.tpl b/Smarty/templates/DetailViewUI.tpl
index ceb7bb8..6ccb30a 100644
--- a/Smarty/templates/DetailViewUI.tpl
+++ b/Smarty/templates/DetailViewUI.tpl
@@ -25,11 +25,13 @@
{if $keyid eq 11 && $USE_ASTERISK eq 'true'}
{$keyval}
+ {elseif ($keyid eq '71' || $keyid eq '72') && $keyval eq "0"}
+
{else}
{$keyval}
{/if}