aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_front.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/mcp_front.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/mcp_front.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_front.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html
index e9635e528c..69e0b02a4e 100644
--- a/phpBB/styles/prosilver/template/mcp_front.html
+++ b/phpBB/styles/prosilver/template/mcp_front.html
@@ -7,7 +7,7 @@
<form id="mcp_queue" method="post" action="{S_MCP_QUEUE_ACTION}">
<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<h3>{L_LATEST_UNAPPROVED}</h3>
<p>{L_UNAPPROVED_TOTAL}</p>
@@ -42,7 +42,7 @@
</ul>
<!-- ENDIF -->
- <span class="corners-bottom"><span></span></span></div>
+ </div>
{S_FORM_TOKEN}
</div>
@@ -59,7 +59,7 @@
<!-- IF S_SHOW_REPORTS -->
<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<h3>{L_LATEST_REPORTED}</h3>
<p>{L_REPORTS_TOTAL}</p>
@@ -92,13 +92,13 @@
</ul>
<!-- ENDIF -->
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
<!-- ENDIF -->
<!-- IF S_SHOW_PM_REPORTS -->
<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<h3>{L_LATEST_REPORTED_PMS}</h3>
<p>{L_PM_REPORTS_TOTAL}</p>
@@ -131,13 +131,13 @@
</ul>
<!-- ENDIF -->
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
<!-- ENDIF -->
<!-- IF S_SHOW_LOGS -->
<div class="panel">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<h3>{L_LATEST_LOGS}</h3>
@@ -170,7 +170,7 @@
</tbody>
</table>
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
<!-- ENDIF -->