Skip to content

Commit

Permalink
SAM-2934 Option overlaps with Link/Help buttons in the Print assesment (
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogj authored and juanjmerono committed Jun 16, 2016
1 parent 1be5cf7 commit fd6b901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samigo/samigo-app/src/webapp/jsf/print/printAssessment.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ document.links[newindex].onclick();
<h:form id="assessmentForm">

<!-- HEADINGS (NOT PRINTED) -->
<p class="navIntraTool">
<p>
<h:commandLink action="#{pdfAssessment.getActionString}">
<h:outputText value="#{printMessages.back_to_assessmt}" rendered="#{pdfAssessment.actionString == 'editAssessment'}" escape="false" />
<h:outputText value="#{printMessages.back_to_landingpage}" rendered="#{pdfAssessment.actionString != 'editAssessment'}" escape="false" />
Expand Down Expand Up @@ -141,7 +141,7 @@ document.links[newindex].onclick();

&nbsp;&nbsp;&nbsp;

<h:outputText value="#{printMessages.font_size}:" />
<h:outputLabel for="fontSize" value="#{printMessages.font_size}:" />
<h:selectOneMenu id="fontSize" value="#{printSettings.fontSize}">
<f:selectItem itemLabel="#{printMessages.size_xsmall}" itemValue="1" />
<f:selectItem itemLabel="#{printMessages.size_small}" itemValue="2" />
Expand Down

0 comments on commit fd6b901

Please sign in to comment.