Skip to content

Commit

Permalink
Muda a abordagem
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jul 2, 2024
1 parent 896711a commit 301d35a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions resources/views/accesslevel/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,22 @@
@method('put')
@endif

<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
<table style="width: 100%">
<tr>
<td class="formdktd" colspan="2" height="24"><b>Novo </b></td>
</tr>
<tr id="tr_nm_tipo">
<td class="formmdtd">
<th scope="row" class="formmdtd">
<span class="form">Tipo de Usuário</span><span class="campo_obrigatorio">*</span>
</td>
</th>
<td class="formmdtd">
<span class="form"><input class="obrigatorio" type="text" name="name" v-model="userType.nm_tipo" size="40" maxlength="255"> </span>
</td>
</tr>
<tr id="tr_nivel">
<td class="formlttd">
<th scope="row" class="formlttd">
<span class="form">Nível</span><span class="campo_obrigatorio">*</span>
</td>
</th>
<td class="formlttd">
<span class="form">
<select v-model="userType.nivel" class="obrigatorio" name="level">
Expand All @@ -75,22 +75,22 @@
</td>
</tr>
<tr id="tr_descricao">
<td class="formmdtd">
<th scope="row" class="formmdtd">
<span class="form">Descrição</span>
</td>
</th>
<td class="formmdtd">
<span class="form">
<textarea v-model="userType.descricao" class="geral" name="description" cols="37" rows="5"></textarea>
</span>
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
<table style="width: 100%">
<tr><td colspan="2"><hr></td></tr>
<tr>
<td class="formlttd">
<th scope="row" class="formlttd">
<span class="form">Procure pelo nome do menu: </span><input type="text" v-model="search" placeholder="Digite o menu que procura" style="width: 300px;">
</td>
</th>
<td class="formlttd">
<div style="clear: both;"><small class="text-muted">Marcar opção para todos</small></div>
<div class="radiogroup">
Expand Down

0 comments on commit 301d35a

Please sign in to comment.