[Bug #1292] Replace Toolbarbutton object for the link to the PDF with an A object.
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
704b462061
commit
fbcec25966
9 changed files with 10 additions and 10 deletions
|
|
@ -37,8 +37,8 @@ import org.zkoss.util.Locales;
|
||||||
import org.zkoss.zk.au.out.AuDownload;
|
import org.zkoss.zk.au.out.AuDownload;
|
||||||
import org.zkoss.zk.ui.Executions;
|
import org.zkoss.zk.ui.Executions;
|
||||||
import org.zkoss.zk.ui.util.GenericForwardComposer;
|
import org.zkoss.zk.ui.util.GenericForwardComposer;
|
||||||
|
import org.zkoss.zul.A;
|
||||||
import org.zkoss.zul.Hbox;
|
import org.zkoss.zul.Hbox;
|
||||||
import org.zkoss.zul.Toolbarbutton;
|
|
||||||
|
|
||||||
import com.igalia.java.zk.components.JasperreportComponent;
|
import com.igalia.java.zk.components.JasperreportComponent;
|
||||||
|
|
||||||
|
|
@ -61,7 +61,7 @@ public abstract class LibrePlanReportController extends GenericForwardComposer {
|
||||||
|
|
||||||
protected Hbox URItext;
|
protected Hbox URItext;
|
||||||
|
|
||||||
protected Toolbarbutton URIlink;
|
protected A URIlink;
|
||||||
|
|
||||||
private static Set<String> supportedLanguages = new HashSet<String>() {{
|
private static Set<String> supportedLanguages = new HashSet<String>() {{
|
||||||
add("es");
|
add("es");
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,7 @@
|
||||||
|
|
||||||
<hbox style="display: none" id="URItext">
|
<hbox style="display: none" id="URItext">
|
||||||
<label value="${i18n:_('Click on ')}" />
|
<label value="${i18n:_('Click on ')}" />
|
||||||
<toolbarbutton id="URIlink" class="z-label" zclass="z-label"
|
<a id="URIlink" class="z-label" zclass="z-label"
|
||||||
label="${i18n:_('direct link')}" />
|
label="${i18n:_('direct link')}" />
|
||||||
<label value="${i18n:_(' to go to output directly')}" />
|
<label value="${i18n:_(' to go to output directly')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
<hbox style="display: none" id="URItext">
|
<hbox style="display: none" id="URItext">
|
||||||
<label value="${i18n:_('Click on ')}" />
|
<label value="${i18n:_('Click on ')}" />
|
||||||
<toolbarbutton id="URIlink" class="z-label" zclass="z-label"
|
<a id="URIlink" class="z-label" zclass="z-label"
|
||||||
label="${i18n:_('direct link')}" />
|
label="${i18n:_('direct link')}" />
|
||||||
<label value="${i18n:_(' to go to output directly')}" />
|
<label value="${i18n:_(' to go to output directly')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
|
|
@ -205,7 +205,7 @@
|
||||||
|
|
||||||
<hbox style="display: none" id="URItext">
|
<hbox style="display: none" id="URItext">
|
||||||
<label value="${i18n:_('Click on ')}" />
|
<label value="${i18n:_('Click on ')}" />
|
||||||
<toolbarbutton id="URIlink" class="z-label" zclass="z-label"
|
<a id="URIlink" class="z-label" zclass="z-label"
|
||||||
label="${i18n:_('direct link')}" />
|
label="${i18n:_('direct link')}" />
|
||||||
<label value="${i18n:_(' to go to output directly')}" />
|
<label value="${i18n:_(' to go to output directly')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
|
|
@ -216,7 +216,7 @@
|
||||||
|
|
||||||
<hbox style="display: none" id="URItext">
|
<hbox style="display: none" id="URItext">
|
||||||
<label value="${i18n:_('Click on ')}" />
|
<label value="${i18n:_('Click on ')}" />
|
||||||
<toolbarbutton id="URIlink" class="z-label" zclass="z-label"
|
<a id="URIlink" class="z-label"
|
||||||
label="${i18n:_('direct link')}" />
|
label="${i18n:_('direct link')}" />
|
||||||
<label value="${i18n:_(' to go to output directly')}" />
|
<label value="${i18n:_(' to go to output directly')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
|
|
||||||
<hbox style="display: none" id="URItext">
|
<hbox style="display: none" id="URItext">
|
||||||
<label value="${i18n:_('Click on ')}" />
|
<label value="${i18n:_('Click on ')}" />
|
||||||
<toolbarbutton id="URIlink" class="z-label" zclass="z-label"
|
<a id="URIlink" class="z-label" zclass="z-label"
|
||||||
label="${i18n:_('direct link')}" />
|
label="${i18n:_('direct link')}" />
|
||||||
<label value="${i18n:_(' to go to output directly')}" />
|
<label value="${i18n:_(' to go to output directly')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@
|
||||||
|
|
||||||
<hbox style="display: none" id="URItext">
|
<hbox style="display: none" id="URItext">
|
||||||
<label value="${i18n:_('Click on ')}" />
|
<label value="${i18n:_('Click on ')}" />
|
||||||
<toolbarbutton id="URIlink" class="z-label" zclass="z-label"
|
<a id="URIlink" class="z-label" zclass="z-label"
|
||||||
label="${i18n:_('direct link')}" />
|
label="${i18n:_('direct link')}" />
|
||||||
<label value="${i18n:_(' to go to output directly')}" />
|
<label value="${i18n:_(' to go to output directly')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@
|
||||||
|
|
||||||
<hbox style="display: none" id="URItext">
|
<hbox style="display: none" id="URItext">
|
||||||
<label value="${i18n:_('Click on ')}" />
|
<label value="${i18n:_('Click on ')}" />
|
||||||
<toolbarbutton id="URIlink" class="z-label" zclass="z-label"
|
<a id="URIlink" class="z-label" zclass="z-label"
|
||||||
label="${i18n:_('direct link')}" />
|
label="${i18n:_('direct link')}" />
|
||||||
<label value="${i18n:_(' to go to output directly')}" />
|
<label value="${i18n:_(' to go to output directly')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
<hbox style="display: none" id="URItext">
|
<hbox style="display: none" id="URItext">
|
||||||
<label value="${i18n:_('Click on ')}" />
|
<label value="${i18n:_('Click on ')}" />
|
||||||
<toolbarbutton id="URIlink" class="z-label" zclass="z-label"
|
<a id="URIlink" class="z-label" zclass="z-label"
|
||||||
label="${i18n:_('direct link')}" />
|
label="${i18n:_('direct link')}" />
|
||||||
<label value="${i18n:_(' to go to output directly')}" />
|
<label value="${i18n:_(' to go to output directly')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue