mediawiki-extensions-WikiEd.../modules/templates/dialogInsertReference.html
Schnark 6602d905ee WikiEditor: Move HTML for dialogs to separate files
Move the HTML for the dialogs to separate template files,
using the template mechanism from core.
It is still possible to specify the HTML directly as before,
to be used in gadgets etc.

Change-Id: Ia7ad5aaa9cac429d1c9d706bdf6760e3eda358bc
2015-08-14 13:07:27 +00:00

10 lines
351 B
HTML

<div class="wikieditor-toolbar-dialog-wrapper">
<fieldset><div class="wikieditor-toolbar-table-form">
<div class="wikieditor-toolbar-field-wrapper">
<label for="wikieditor-toolbar-reference-text"
rel="wikieditor-toolbar-tool-reference-text"></label>
<input type="text" id="wikieditor-toolbar-reference-text"/>
</div>
</div></fieldset>
</div>