Sha256: 7a97f4a608dd569c6864ebe549c1a65771f2ca7376d460e8f1be9bec3b6a08df

Contents?: true

Size: 1.39 KB

Versions: 17

Compression:

Stored size: 1.39 KB

Contents

<script type="text/ng-template" id="promethee/components/aside/localize">
  <hr>

  <div class="row">
    <div class="col-md-6">
      <b>Aside visible content</b>
      <div ng-bind-html="master.attributes.visible_content.value | htmlSafe"></div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <b>Aside visible content</b>
        <summernote config="summernoteConfig" ng-model="component.attributes.visible_content.value"></summernote>
      </div>
    </div>
  </div>

  <div class="row" ng-show="master.attributes.collapsed_content.value">
    <div class="col-md-6">
      <b>Aside collapsed content</b>
      <div ng-bind-html="master.attributes.collapsed_content.value | htmlSafe"></div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <b>Aside collapsed content</b>
        <summernote config="summernoteConfig" ng-model="component.attributes.collapsed_content.value"></summernote>
      </div>
    </div>
  </div>

  <div class="row" ng-show="master.attributes.collapsed_content.value">
    <div class="col-md-6">
      <b>Button label</b>
      <div ng-bind-html="master.attributes.open_label.value | htmlSafe"></div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <b>Button label</b>
        <input class="form-control" ng-model="component.attributes.open_label.value" type="text">
      </div>
    </div>
  </div>
</script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
promethee-4.1.7 app/views/promethee/components/aside/_localize.html.erb
promethee-4.1.6 app/views/promethee/components/aside/_localize.html.erb
promethee-4.1.5 app/views/promethee/components/aside/_localize.html.erb
promethee-4.1.4 app/views/promethee/components/aside/_localize.html.erb
promethee-4.1.3 app/views/promethee/components/aside/_localize.html.erb
promethee-4.1.2 app/views/promethee/components/aside/_localize.html.erb
promethee-4.1.1 app/views/promethee/components/aside/_localize.html.erb
promethee-4.1.0 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.8 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.7 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.6 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.5 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.4 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.3 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.2 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.1 app/views/promethee/components/aside/_localize.html.erb
promethee-4.0.0 app/views/promethee/components/aside/_localize.html.erb