쇼핑몰: 상품관리 요약정보 입력 마크업 및 스타일

This commit is contained in:
whitedot
2013-05-20 14:55:31 +09:00
parent e80ee964f3
commit 8d1fc9f150
3 changed files with 195 additions and 222 deletions

View File

@ -55,9 +55,9 @@ if ($article) {
<tr>
<th scope="row"><label for="ii_article_<?php echo $el_name; ?>"><?php echo $el_title; ?></label></th>
<td>
<input type="hidden" name="ii_article[]" value="<?php echo $el_name; ?>">
<?php if ($el_example != "") echo help($el_example); ?>
<input type="text" name="ii_value[]" value="<?php echo $el_value; ?>" id="ii_article_<?php echo $el_name; ?>" required class="frm_input required" />
<input type="hidden" name="ii_article[]" value="<?php echo $el_name; ?>">
<?php if ($el_example != "") echo help($el_example); ?>
<input type="text" name="ii_value[]" value="<?php echo $el_value; ?>" id="ii_article_<?php echo $el_name; ?>" required class="frm_input required" />
</td>
</tr>
<?php