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
08435b77
Commit
08435b77
authored
Mar 10, 2016
by
Carsten Rose
Browse files
BuildFormBootstrap: DebugButton (eye) shows decoded SIP as ToolTip
parent
757ec754
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/BuildFormBootstrap.php
View file @
08435b77
...
...
@@ -182,12 +182,12 @@ class BuildFormBootstrap extends AbstractBuildForm {
*/
private
function
buildButtons
()
{
$sipParamString
=
OnArray
::
toString
(
$this
->
store
->
getStore
(
STORE_SIP
),
'
:'
,
',
'
,
"'"
);
$sipParamString
=
OnArray
::
toString
(
$this
->
store
->
getStore
(
STORE_SIP
),
'
=
'
,
PHP_EOL
,
"'"
);
$formEditUrl
=
$this
->
createFormEditUrl
();
$debugButtons
=
<<<BUTTONS
<div class="btn-group" role="group">
<button id="debug-button" type="button" class="btn btn-default navbar-btn" title="
not used at the moment
"><span class="glyphicon glyphicon-eye-open"></span></button>
<button id="debug-button" type="button" class="btn btn-default navbar-btn" title="
$sipParamString
"><span class="glyphicon glyphicon-eye-open"></span></button>
<a href="$formEditUrl" id="form-edit-button" class="btn btn-default navbar-btn" title="Edit form"><span class="glyphicon glyphicon-wrench"></span></a>
</div>
BUTTONS;
...
...
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