fix #652 modify table width

This commit is contained in:
Shinsuke Sugaya 2016-08-27 06:46:09 +09:00
parent ab7227406e
commit 955e96deed

View file

@ -67,12 +67,12 @@
<tbody>
<c:if test="${crudMode==2 || crudMode==3 || crudMode==4}">
<tr>
<th><la:message key="labels.failure_url_id" /></th>
<th class="col-md-3"><la:message key="labels.failure_url_id" /></th>
<td>${f:h(id)}<la:hidden property="id" /></td>
</tr>
</c:if>
<tr>
<th><la:message key="labels.failure_url_url" /></th>
<th class="col-md-3"><la:message key="labels.failure_url_url" /></th>
<td>${f:h(url)}<la:hidden property="url" />
</td>
</tr>