1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Do not display the "You have reached your blah blah folder limit" when the administrator has set the limit to 0. Existing folders that were created before the limit was set to 0 can still be edited. This only affects the "Add folder" section.

git-svn-id: file:///svn/phpbb/trunk@6723 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Dominik Dröscher
2006-12-07 12:40:55 +00:00
parent c848979cdd
commit 7428cdfd85
3 changed files with 4 additions and 1 deletions

View File

@@ -113,6 +113,7 @@
<div style="padding: 2px;"></div>
<!-- ENDIF -->
<!-- IF not S_MAX_FOLDER_ZERO -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th colspan="2">{L_ADD_FOLDER}</th>
@@ -131,6 +132,7 @@
</tr>
<!-- ENDIF -->
</table>
<!-- ENDIF -->
<div style="padding: 2px;"></div>