mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
status update_log settings
This commit is contained in:
parent
4c4df273d1
commit
f878b012f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue