File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 134134 <label class =" conl required" ><strong >{{ trans(' Guest name' ) }} <span >{{ trans(' Required' ) }}</span ></strong ><br />
135135 <input type =" text" name =" req_username" size =" 25" maxlength =" 25" tabindex =" 1" /><br /></label >
136136 <label class =" conl{{ settings(' p_force_guest_email' ) == ' 1' ? ' required' : ' ' }}" >
137- {{ settings(' p_force_guest_email' ) == ' 1' ? " <strong>#{ trans('Email') } <span>#{ trans('Required') }</span></strong>" : trans(' Email' ) }}
137+ {% if settings(' p_force_guest_email' ) == ' 1' %}
138+ <strong >{{ trans(' Email' ) }} <span >{{ trans(' Required' ) }}</span ></strong >
139+ {% else %}
140+ {{ trans(' Email' ) }}
141+ {% endif %}
138142 <br />
139143 <input type =" text" name =" {{ settings(' p_force_guest_email' ) == ' 1' ? ' req_email' : ' email' }}" size =" 50" maxlength =" 80" tabindex =" 2" />
140144 <br />
You can’t perform that action at this time.
0 commit comments