Skip to content

Commit

Permalink
Merge origin/2469-widgets into 2469-widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
scolapasta committed May 25, 2016
2 parents 58924a4 + 9e408bf commit 7e8005c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/dataset-citation.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</a>
</li>
<li>
<a jsf:id="bibLink" jsf:actionListener="#{DatasetPage.downloadDatasetCitationBibtex()}">
<a jsf:id="bibLink" jsf:actionListener="#{DatasetPage.downloadDatasetCitationBibtex()}" target="_blank">
#{bundle['dataset.cite.downloadBtn.bib']}
</a>
</li>
Expand Down
4 changes: 3 additions & 1 deletion src/main/webapp/themeAndWidgetsFragment.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@
<p:commandButton class="btn btn-default" value="#{bundle.saveChanges}"
update=":#{p:component('messagePanel')}, personalUrlMessages" oncomplete="if (args &amp;&amp; !args.validationFailed) PF('advancedOptions').hide();" actionListener="#{themeWidgetFragment.saveAdvanced()}">
</p:commandButton>
<p:commandButton class="btn btn-default" onclick="PF('advancedOptions').hide();" immediate="true" update=":#{p:component('messagePanel')}" id="advancedDone" value="#{bundle.cancel}"/>
<p:commandButton class="btn btn-default" onclick="PF('advancedOptions').hide();" immediate="true" update=":#{p:component('messagePanel')}" id="advancedDone" value="#{bundle.cancel}">
<p:ajax update="themeWidgetsForm:advancedOptions" resetValues="true" />
</p:commandButton>
</div>
</div>
</p:dialog>
Expand Down

0 comments on commit 7e8005c

Please sign in to comment.