31 lines
1.0 KiB
HTML
31 lines
1.0 KiB
HTML
<html
|
|
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true"
|
|
>
|
|
|
|
<f:layout name="LinkBrowser" />
|
|
|
|
<f:section name="Content">
|
|
<form class="form" action="" id="lurlform">
|
|
<div class="element-browser-form-group">
|
|
<label for="lurl" class="form-label">
|
|
URL
|
|
</label>
|
|
<div class="input-group">
|
|
<input
|
|
id="lurl"
|
|
type="text"
|
|
name="lurl"
|
|
size="30"
|
|
class="form-control"
|
|
value="{url}"
|
|
placeholder="{f:translate(key: 'LLL:EXT:backend/Resources/Private/Language/locallang_browse_links.xlf:urlPlaceholder')}"
|
|
required />
|
|
<input class="btn btn-primary" type="submit" value="{f:translate(key: 'LLL:EXT:backend/Resources/Private/Language/locallang_browse_links.xlf:setLink')}" />
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</f:section>
|
|
|
|
</html>
|