language setting

This commit is contained in:
BJRambo 2016-03-04 10:42:35 +09:00
parent 9358b85439
commit 816cc9f841

View file

@ -69,7 +69,7 @@
<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')">
<label for="reason_update" class="iLabel">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>
</div> </div>