Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
d7760b49
Commit
d7760b49
authored
May 04, 2016
by
Rafael Ostertag
Browse files
new button now calls personmock.html with `s` url parameter. added data-required to personhandle.
parent
75846ed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
mockup/personmock.html
View file @
d7760b49
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
class=
"glyphicon glyphicon-trash"
></span></button>
class=
"glyphicon glyphicon-trash"
></span></button>
</div>
</div>
<div
class=
"btn-group"
role=
"group"
>
<div
class=
"btn-group"
role=
"group"
>
<a
id=
"form-new-button"
href=
"
http://www.wikipedia.org
"
class=
"btn btn-default navbar-btn"
><span
<a
id=
"form-new-button"
href=
"
personmock.html?s=badcaffe1
"
class=
"btn btn-default navbar-btn"
><span
class=
"glyphicon glyphicon-plus"
></span></a>
class=
"glyphicon glyphicon-plus"
></span></a>
</div>
</div>
</div>
</div>
...
@@ -170,7 +170,8 @@
...
@@ -170,7 +170,8 @@
<label
for=
"personHandle"
class=
"control-label"
>
Kurzform
</label>
<label
for=
"personHandle"
class=
"control-label"
>
Kurzform
</label>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<input
id=
"personHandle"
name=
"personhandle"
type=
"text"
class=
"form-control"
>
<input
id=
"personHandle"
name=
"personhandle"
type=
"text"
class=
"form-control"
data-required=
"no"
>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
...
...
Write
Preview
Supports
Markdown
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