aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_agreement.html
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-04-02 16:15:55 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-04-02 16:15:55 +0530
commit3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0 (patch)
tree48197a8c18d2d5f0620287ee10312acf1478c020 /phpBB/styles/prosilver/template/ucp_agreement.html
parent97ff7ee9d80ed04210242c5c902f05c583467513 (diff)
downloadforums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar
forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.gz
forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.bz2
forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.xz
forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.zip
[ticket/10734] Removed all the unnecessary corner classes
Removed the corner span classes from all the template and theme files. PHPBB-10734
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_agreement.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_agreement.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_agreement.html b/phpBB/styles/prosilver/template/ucp_agreement.html
index 3825abc08f..4109b6ef34 100644
--- a/phpBB/styles/prosilver/template/ucp_agreement.html
+++ b/phpBB/styles/prosilver/template/ucp_agreement.html
@@ -31,16 +31,16 @@
<form method="post" action="{S_UCP_ACTION}" id="agreement">
<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<div class="content">
<h2>{SITENAME} - {L_REGISTRATION}</h2>
<p><!-- IF S_SHOW_COPPA -->{L_COPPA_BIRTHDAY}<!-- ELSE -->{L_TERMS_OF_USE}<!-- ENDIF --></p>
</div>
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<fieldset class="submit-buttons">
<!-- IF S_SHOW_COPPA -->
<strong><a href="{U_COPPA_NO}" class="button1">{L_COPPA_NO}</a></strong>&nbsp; <a href="{U_COPPA_YES}" class="button2">{L_COPPA_YES}</a>
@@ -51,21 +51,21 @@
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
</fieldset>
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
</form>
<!-- ELSEIF S_AGREEMENT -->
<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<div class="content">
<h2>{SITENAME} - {AGREEMENT_TITLE}</h2>
<p>{AGREEMENT_TEXT}</p>
<hr class="dashed" />
<p><a href="{U_BACK}" class="button2">{L_BACK}</a></p>
</div>
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
<!-- ENDIF -->