status update_log settings

This commit is contained in:
BJRambo 2016-03-04 16:53:52 +09:00
parent 4c4df273d1
commit f878b012f7

View file

@ -68,7 +68,7 @@
<label for="tags" class="iLabel">{$lang->tag}: {$lang->about_tag}</label> <label for="tags" class="iLabel">{$lang->tag}: {$lang->about_tag}</label>
<input type="text" name="tags" id="tags" value="{htmlspecialchars($oDocument->get('tags'))}" class="iText" style="width:300px" title="Tag" /> <input type="text" name="tags" id="tags" value="{htmlspecialchars($oDocument->get('tags'))}" class="iText" style="width:300px" title="Tag" />
</span> </span>
<span class="item" cond="$oDocument->get('document_srl')"> <span class="item" cond="$oDocument->get('document_srl') && $module_info->update_log == 'Y'">
<label for="reason_update" class="iLabel">{$lang->reason_update}</label> <label for="reason_update" class="iLabel">{$lang->reason_update}</label>
<input type="text" name="reason_update" id="reason_update" value="" class="iText" style="width:300px" title="reason update" /> <input type="text" name="reason_update" id="reason_update" value="" class="iText" style="width:300px" title="reason update" />
</span> </span>