Skip to content

Commit

Permalink
ラジオボタンのfreezeテキストを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
izayoi256 committed Dec 14, 2016
1 parent 2a55aa4 commit 5b39706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/default/Form/form_layout.twig
Expand Up @@ -126,7 +126,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
{%- block choice_widget_expanded -%}
{% if freeze %}
{%- if freeze_display_text -%}
{{ form.vars.data.name|default(form.vars.data) }}
{{ choices[form.vars.data].label|default(form.vars.data) }}
{%- endif -%}
<input type="hidden" value="{{ form.vars.data.id|default(form.vars.data) }}" {{ block('widget_attributes') }}>
{%- else -%}
Expand Down

0 comments on commit 5b39706

Please sign in to comment.