Subversion Repositories bacoAlunos

Rev

Rev 1618 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1618 Rev 1699
Line 100... Line 100...
100
            <button style="float: right" class="btn btn-success" onclick="this.form.op.value='addNew';set(this.form,'addNew');this.form.submit()">Adicionar Novo</button>
100
            <button style="float: right" class="btn btn-success" onclick="this.form.op.value='addNew';set(this.form,'addNew');this.form.submit()">Adicionar Novo</button>
101
 
101
 
102
            <button style="float: right" class="btn btn-default" onclick="this.form.op.value='checkNewRoles';set(this.form,'checkNewRoles');this.form.submit()">Carregar Novos Papeis a partir da configuração</button>
102
            <button style="float: right" class="btn btn-default" onclick="this.form.op.value='checkNewRoles';set(this.form,'checkNewRoles');this.form.submit()">Carregar Novos Papeis a partir da configuração</button>
103
 
103
 
104
            <button  type="button"  class="btn btn-info" onclick="$('.transl').toggle();toogleFiltersTransl();">Mostrar Traduções</button>
104
            <button  type="button"  class="btn btn-info" onclick="$('.transl').toggle();toogleFiltersTransl();">Mostrar Traduções</button>
-
 
105
 
-
 
106
            <html:link action="/user/configurationUserRoles" styleClass="btn btn-success"><span class="glyphicon glyphicon-refresh"></span></html:link>
105
        </div>
107
        </div>
106
            <div class="panel-body">
108
            <div class="panel-body">
107
                <table class="tablesorter tablesorterfiltered">
109
                <table class="tablesorter tablesorterfiltered">
108
                     <thead>
110
                     <thead>
109
                        <tr>
111
                        <tr>
-
 
112
                            <th>ID</th>
110
                            <th>Válido</th>
113
                            <th>Válido</th>
111
                            <th>Chave Única</th>
114
                            <th>Chave Única</th>
112
                            <th>Tradução Principal</th>
115
                            <th>Tradução Principal</th>
113
                            <th class="transl">Tradução PT</th>
116
                            <th class="transl">Tradução PT</th>
114
                            <th class="transl">Tradução EN</th>
117
                            <th class="transl">Tradução EN</th>
Line 131... Line 134...
131
                                request.setAttribute("posForId",posForId
134
                                request.setAttribute("posForId",posForId
132
                                );
135
                                );
133
                            %>
136
                            %>
134
                            <tr id="Line<%=posForId%>">
137
                            <tr id="Line<%=posForId%>">
135
                                <td>
138
                                <td>
-
 
139
                                    ${userRole.id}
-
 
140
                                </td>
-
 
141
                                <td>
136
                                    <nested:equal value="false" property="valid">
142
                                    <nested:equal value="false" property="valid">
137
                                        <script>
143
                                        <script>
138
                                            $(document).ready(
144
                                            $(document).ready(
139
                                                    function()
145
                                                    function()
140
                                                    {
146
                                                    {
Line 209... Line 215...
209
 
215
 
210
                        </nested:iterate>
216
                        </nested:iterate>
211
                        </tbody>
217
                        </tbody>
212
                    </table>
218
                    </table>
213
                </div>
219
                </div>
214
            <div class="panel-footer">
220
            <%--<div class="panel-footer">
215
                    <html:submit styleClass="btn btn-warning" value="Salvar"/>
221
                    <html:submit styleClass="btn btn-warning" value="Salvar"/>
216
            </div>
222
            </div--%>
217
 
223
 
218
    </div>
224
    </div>
219
</nested:form>
225
</nested:form>
220
 
226
 
221
 
227