Changeset 22534 for branches


Ignore:
Timestamp:
2013/02/13 14:35:30 (11 years ago)
Author:
kim
Message:

#950 ラベルタグの統一もれ対応

Location:
branches/version-2_12_3en-p1/data/Smarty/templates/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12_3en-p1/data/Smarty/templates/admin/basis/index.tpl

    r22455 r22534  
    281281                <span class="attention"><!--{$arrErr.downloadable_days}--></span> 
    282282                <input type="text" name="downloadable_days" value="<!--{$arrForm.downloadable_days|h}-->" maxlength="<!--{$smarty.const.DOWNLOAD_DAYS_LEN}-->" size="6" class="box6" style="<!--{if $arrErr.downloadable_days != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->" /> <!--{t string="tpl_Days active_01"}--> 
    283                 <input type="checkbox" name="downloadable_days_unlimited" value="1" <!--{if $arrForm.downloadable_days_unlimited == "1"}-->checked<!--{/if}--> onclick="fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '<!--{$smarty.const.DISABLED_RGB}-->');"/><!--{t string="tpl_No limit_01"}--> 
     283                <label><input type="checkbox" name="downloadable_days_unlimited" value="1" <!--{if $arrForm.downloadable_days_unlimited == "1"}-->checked<!--{/if}--> onclick="fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '<!--{$smarty.const.DISABLED_RGB}-->');"/><!--{t string="tpl_No limit_01"}--></label> 
    284284            </td> 
    285285        </tr> 
  • branches/version-2_12_3en-p1/data/Smarty/templates/admin/products/review_edit.tpl

    r22444 r22534  
    5151            <td> 
    5252                <!--{if $arrErr.status}--><span class="attention"><!--{$arrErr.status}--></span><!--{/if}--> 
    53                 <input type="radio" name="status" value="2" <!--{if $arrForm.status eq 2}-->checked<!--{/if}-->><!--{t string="tpl_Not displayed_01"}--><!--{if $arrForm.status eq 2 && !$tpl_status_change}--><!--{else}--><input type="radio" name="status" value="1" <!--{if $arrForm.status eq 1}-->checked<!--{/if}-->><!--{t string="tpl_Display_01"}--><!--{/if}--> 
     53                <label><input type="radio" name="status" value="2" <!--{if $arrForm.status eq 2}-->checked<!--{/if}-->><!--{t string="tpl_Not displayed_01"}--></label><!--{if $arrForm.status eq 2 && !$tpl_status_change}--><!--{else}--><label><input type="radio" name="status" value="1" <!--{if $arrForm.status eq 1}-->checked<!--{/if}-->><!--{t string="tpl_Display_01"}--></label><!--{/if}--> 
    5454            </td> 
    5555        </tr> 
Note: See TracChangeset for help on using the changeset viewer.