Skip to content

Commit

Permalink
sulu#2 removed title from spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
rs2487 committed Nov 11, 2016
1 parent 750cfcf commit 20feea8
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions Resources/views/forms/fields/types/spacer.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,7 @@

{% block required %}{% endblock %}

{% block title %}
<div class="grid-col-12 floating form-group">
<label for="title<~=index~>"
class="pointer"
title="Title">
<%= translate('sulu_form.title') %>
</label>

<input id="title<~=index~>"
data-property="title"
type="text"
class="form-element preview-update trigger-save-button"
data-mapper-property="title"/>
<div class="block-content" data-sort-mode-id="{{ blockId }}title<~=index~>"></div>

<div class="input-description"></div>
</div>
{% endblock %}
{% block title %}{% endblock %}

{% block placeholder_default %}
{% endblock %}
Expand Down

0 comments on commit 20feea8

Please sign in to comment.