diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_notes_front.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_notes_front.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_notes_front.html b/phpBB/styles/prosilver/template/mcp_notes_front.html deleted file mode 100644 index 045a7619ed..0000000000 --- a/phpBB/styles/prosilver/template/mcp_notes_front.html +++ /dev/null @@ -1,28 +0,0 @@ -<!-- INCLUDE mcp_header.html --> - -<form method="post" id="mcp" action="{U_POST_ACTION}"> - -<h2>{L_TITLE}</h2> - -<div class="panel"> - <div class="inner"><span class="corners-top"><span></span></span> - - <fieldset> - <dl> - <dt><label for="username">{L_SELECT_USER}:</label></dt> - <dd><input name="username" id="username" type="text" class="inputbox" /></dd> - <dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd> - </dl> - </fieldset> - - <span class="corners-bottom"><span></span></span></div> -</div> - -<fieldset class="submit-buttons"> - <input type="reset" value="{L_RESET}" name="reset" class="button2" /> - <input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" /> - {S_FORM_TOKEN} -</fieldset> -</form> - -<!-- INCLUDE mcp_footer.html -->
\ No newline at end of file |
