cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 58 forks source link

Syntax Error #3528

Closed bhsmither closed 6 months ago

bhsmither commented 6 months ago

In the admin template customers.email.php, near line 24, there is an improperly quoted attribute.

As for that group of statements, this is what I like:


         <div><label for="dbl_opt">{$LANG.email.news_dbl_opt_only}</label><span>
               <input type="hidden" id="dbl_opt" name="newsletter[dbl_opt]" class="toggle"
{if isset($CONFIG.subscribe_mode_lax) && $CONFIG.subscribe_mode_lax=='1'}
               value="{if !isset($NEWSLETTER.dbl_opt)}{$CONFIG.dbl_opt}{else}{$NEWSLETTER.dbl_opt}{/if}">
{else}
               value="1" style="pointer-events: none;" tabindex="-1"> Strictly required!
{/if}
         </span></div>
abrookbanks commented 6 months ago

Thank you.