Initial views.
[ecs.git] / app / views / admin / organizations / _form.html.erb
blob49981370de7bfc8008379e646818c80f1a7aa376
1 <!--
2 Copyright (C) 2007, 2008, 2009, 2010 Heiko Bernloehr (FreeIT.de).
4 This file is part of ECS.
6 ECS is free software: you can redistribute it and/or modify it
7 under the terms of the GNU Affero General Public License as
8 published by the Free Software Foundation, either version 3 of
9 the License, or (at your option) any later version.
11 ECS is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 Affero General Public License for more details.
16 You should have received a copy of the GNU Affero General Public
17 License along with ECS. If not, see <http://www.gnu.org/licenses/>.
18 -->
21 <%= form.error_messages %>
24 <table>
25 <tr>
26 <td><label for="organization_name" class="box2 table-resource-label">Name:</label></td>
27 <td><%= h form.text_field :name %></td>
28 </tr>
29 <tr>
30 <td><label for="organization_abrev" class="box2 table-resource-label">Abreviation:</label></td>
31 <td><%= h form.text_field :abrev %></td>
32 </tr>
33 </table>
35 <p>
36 <div class="formular-input-width">
37 <div class="table-border">
38 <div class="table-header">
39   <label for="organization_description" class="table-resource-label">Description (optional):</label>
40 </div>
41 <%= h form.text_area :description, :rows => 2 , :style => "width:99.5%" %>
42 </div>
43 </div>