TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user