Skip to content

Commit

Permalink
Hotfix to correct unibe column rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeier76 committed Jun 3, 2015
1 parent 80e8836 commit 02fb26b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/zms3.formulator.metaobj.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ ZMSFormulator.options.required_by_default = true;]]>
<item key="custom"><![CDATA[<!-- ZMSFormulator.standard_html -->
<tal:block tal:define="global this options/zmscontext">
<div tal:content="structure python:this.getJSONEditor()"></div>
<div class="col-lg-8 col-lg-offset-3 col-md-10 col-md-offset-1"
tal:content="structure python:this.getJSONEditor()"></div>
</tal:block>
<!-- /ZMSFormulator.standard_html -->]]>
Expand Down Expand Up @@ -495,7 +496,7 @@ $ZMI.registerReady(function() {
<item key="id"><![CDATA[ZMSFormulator]]></item>
<item key="name"><![CDATA[ZMSFormulator]]></item>
<item key="package"><![CDATA[zms3.formulator]]></item>
<item key="revision"><![CDATA[3.2.2]]></item>
<item key="revision"><![CDATA[3.2.3]]></item>
<item key="type"><![CDATA[ZMSDocument]]></item>
</dictionary>
</item>
Expand Down

0 comments on commit 02fb26b

Please sign in to comment.