35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
include ../mixins
|
|
|
|
form.form-horizontal.subroot#form_pentry(role="form", method="POST", action="")
|
|
.new_flex_zero(style="margin-bottom: 20px;")
|
|
.container-fluid
|
|
button(class="btn btn-success btn-sm", type="submit")
|
|
span(class="glyphicon glyphicon-ok", aria-hidden="true")
|
|
span
|
|
span Übernehmen
|
|
|
|
+messageview(messages.other)
|
|
|
|
.new_flex_one
|
|
.container-fluid
|
|
|
|
.form-group
|
|
label(for='edit_kontext', class="col-sm-2 control-label") Kontext
|
|
.col-sm-10
|
|
.input-group
|
|
input(id="edit_kontext_dn", type="hidden", name="punit_dn", value="#{keep_in_mind.punit.dn}")
|
|
input(id="edit_kontext", type="text", name="punit_name", class="form-control", value="#{keep_in_mind.punit.name}", readonly)
|
|
span(class="input-group-btn")
|
|
button(class="btn btn-default", type="button", onclick="pcal_pentry_edit_manager.save_and_goto('select_pastoralunit', {})") Ändern
|
|
|
|
.form-group
|
|
label(for='edit_name', class="col-sm-2 control-label") Kurzbeschreibung
|
|
.col-sm-10
|
|
input(id='edit_name', type="text", class="form-control noEnterSubmit", name="edit_name", value="#{keep_in_mind.name}", required)
|
|
.help-block.with-errors
|
|
.row
|
|
fieldset(class="col-sm-12", style="margin-top: 20px; padding-bottom: 200px;")
|
|
legend(style="font-size: 150%") Beschreibung
|
|
textarea(class="form-control", rows="5", id="area_description", name="area_description").
|
|
#{keep_in_mind.description}
|