Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
79c0cdd7
Commit
79c0cdd7
authored
Jan 16, 2019
by
Gradl, Tobias
Browse files
1247: Migrate forms to new style
Task-Url:
https://pm.winseda.de/issues/1247
parent
b01bcc92
Changes
1
Show whitespace changes
Inline
Side-by-side
search/form/source_selection.jsp
View file @
79c0cdd7
...
...
@@ -6,13 +6,13 @@
<s:url
value=
"/user/collections"
var=
"groups_url"
/>
<s:message
code=
"~de.dariah.genericsearch.view.source_selection.custom.filter.placeholder"
var=
"filter_placeholder"
/>
<form
id=
"source-selection-form"
class=
"form-horizontal"
>
<form
id=
"source-selection-form"
>
<div
class=
"form-header"
>
<h
3
id=
"form-header-title"
><s:message
code=
"~de.dariah.genericsearch.view.source_selection.custom.title"
/></h
3
>
<h
2
id=
"form-header-title"
><s:message
code=
"~de.dariah.genericsearch.view.source_selection.custom.title"
/></h
2
>
</div>
<div
class=
"form-content"
>
<div
class=
"clearfix"
>
<div
class=
"col-
sm-
12"
>
<div
class=
"col-12"
>
<table
id=
"model-list-source-selection"
class=
"table table-striped table-bordered table-condensed model-list"
style=
"width: 100%;"
>
<thead>
<tr>
...
...
@@ -50,7 +50,7 @@
</div>
<div
class=
"form-footer control-group"
>
<div
class=
"controls"
>
<button
id=
"btn-apply-source-selection"
class=
"btn btn-primary
btn-sm
"
><span><s:message
code=
"~de.dariah.genericsearch.view.source_selection.custom.select"
/></span></button>
<button
id=
"btn-apply-source-selection"
class=
"btn btn-primary"
><span><s:message
code=
"~de.dariah.genericsearch.view.source_selection.custom.select"
/></span></button>
</div>
</div>
</form>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment