var w = $box.outerWidth();
var h = $box.innerHeight();
- if ($origin.is(".annotation-inline-box") | $origin.is('*[x-edit-no-format]')) {
+ if ($origin.is(".annotation-inline-box") | $origin.is('.reference-inline-box')) {
w = Math.max(w, 400);
h = Math.max(h, 60);
if($('.htmlview div').offset().left + $('.htmlview div').width() > ($('.vsplitbar').offset().left - 480)){
if (!xml2htmlStylesheet) {
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
- url: STATIC_URL + 'xsl/wl2html_client.xsl?20201106',
+ url: STATIC_URL + 'xsl/wl2html_client.xsl?20201110',
dataType: 'xml',
timeout: 10000,
success: function(data) {
</xsl:template>
<xsl:template match="ref">
- <span x-editable="true" x-common="common" x-edit-no-format="true" x-edit-attribute="href">
- <xsl:call-template name="standard-attributes"/>
- <a class="reference">📌</a>
- </span>
+ <span x-editable="true" x-common="common" x-edit-no-format="true" x-edit-attribute="href">
+ <xsl:call-template name="standard-attributes">
+ <xsl:with-param name="extra-class" select="'reference-inline-box'" />
+ </xsl:call-template>
+ <a class="reference">📌</a>
+ </span>
</xsl:template>
<xsl:template match="begin">