mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10631] Fixing some items mentioned in PR
PHPBB3-10631
This commit is contained in:
committed by
Unknown Bliss
parent
3a5843959c
commit
7a954d352e
@@ -18,10 +18,10 @@
|
||||
</form>
|
||||
<!-- ELSE IF -->
|
||||
<div class="successbox">
|
||||
<p>{L_DELETE_SUCESS}</p>
|
||||
<p>{L_DELETE_SUCCESS}</p>
|
||||
<br />
|
||||
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -69,10 +69,6 @@
|
||||
<dt><label for="author_name">{L_AUTHOR_NAME}:</label></dt>
|
||||
<dd><strong id="author_name">{authors.AUTHOR_NAME}</strong></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label for="author_email">{L_AUTHOR_USERNAME}:</label></dt>
|
||||
<dd><strong id="author_email">{authors.AUTHOR_USERNAME}</strong></dd>
|
||||
</dl>
|
||||
<!-- IF authors.AUTHOR_EMAIL -->
|
||||
<dl>
|
||||
<dt><label for="author_email">{L_AUTHOR_EMAIL}:</label></dt>
|
||||
@@ -94,4 +90,4 @@
|
||||
<!-- END authors -->
|
||||
</fieldset>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -18,10 +18,10 @@
|
||||
</form>
|
||||
<!-- ELSE IF -->
|
||||
<div class="successbox">
|
||||
<p>{L_DISABLE_SUCESS}</p>
|
||||
<p>{L_DISABLE_SUCCESS}</p>
|
||||
<br />
|
||||
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -18,10 +18,10 @@
|
||||
</form>
|
||||
<!-- ELSE IF -->
|
||||
<div class="successbox">
|
||||
<p>{L_ENABLE_SUCESS}</p>
|
||||
<p>{L_ENABLE_SUCCESS}</p>
|
||||
<br />
|
||||
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
@@ -18,10 +18,10 @@
|
||||
</form>
|
||||
<!-- ELSE IF -->
|
||||
<div class="successbox">
|
||||
<p>{L_PURGE_SUCESS}</p>
|
||||
<p>{L_PURGE_SUCCESS}</p>
|
||||
<br />
|
||||
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
Reference in New Issue
Block a user