Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114091 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-04-15 17:04:55 +00:00
parent afe3741a9e
commit c3ad04b1fe
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ public class RuleDeletePanel extends FramedPanel {
private static final String WIDTH = "630px"; private static final String WIDTH = "630px";
private static final String HEIGHT = "520px"; private static final String HEIGHT = "520px";
private interface RuleDeleteTemplates extends XTemplates { interface RuleDeleteTemplates extends XTemplates {
@XTemplate("<span title=\"{value}\">{value}</span>") @XTemplate("<span title=\"{value}\">{value}</span>")
SafeHtml format(String value); SafeHtml format(String value);
} }

View File

@ -68,7 +68,7 @@ public class RuleOpenPanel extends FramedPanel {
private static final String WIDTH = "630px"; private static final String WIDTH = "630px";
private static final String HEIGHT = "520px"; private static final String HEIGHT = "520px";
private interface RuleOpenTemplates extends XTemplates { interface RuleOpenTemplates extends XTemplates {
@XTemplate("<span title=\"{value}\">{value}</span>") @XTemplate("<span title=\"{value}\">{value}</span>")
SafeHtml format(String value); SafeHtml format(String value);
} }