Changeset 1587
- Timestamp:
- 04/07/08 10:13:21 (5 months ago)
- Files:
-
- branches/punbb-1.3-dev/upload/admin/categories.php (modified) (1 diff)
- branches/punbb-1.3-dev/upload/admin/forums.php (modified) (1 diff)
- branches/punbb-1.3-dev/upload/lang/English/admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/punbb-1.3-dev/upload/admin/categories.php
r1533 r1587 283 283 </div> 284 284 <div class="frm-info"> 285 <p><?php printf($lang_admin['Add category info'], '<a href="'.pun_link($pun_url['admin_forums']).'">'. strtolower($lang_admin['Forums']).'</a>') ?></p>285 <p><?php printf($lang_admin['Add category info'], '<a href="'.pun_link($pun_url['admin_forums']).'">'.$lang_admin['Add category info link text'].'</a>') ?></p> 286 286 </div> 287 287 <form class="frm-form" method="post" accept-charset="utf-8" action="<?php echo pun_link($pun_url['admin_categories']) ?>?action=foo"> branches/punbb-1.3-dev/upload/admin/forums.php
r1533 r1587 495 495 <label for="fld<?php echo ++$pun_page['fld_count'] ?>"> 496 496 <span class="fld-label"><?php echo $lang_admin['Redirect URL'] ?></span><br /> 497 <span class="fld-input"><?php echo ($cur_forum['num_topics']) ? '<input type="text" id="fld'.$pun_page['fld_count'].'" name="redirect_url" size="45" maxlength="100" value=" Only available in empty forums" disabled="disabled" />' : '<input type="text" id="fld'.$pun_page['fld_count'].'" name="redirect_url" size="45" maxlength="100" value="'.pun_htmlencode($cur_forum['redirect_url']).'" />'; ?></span>497 <span class="fld-input"><?php echo ($cur_forum['num_topics']) ? '<input type="text" id="fld'.$pun_page['fld_count'].'" name="redirect_url" size="45" maxlength="100" value="'.$lang_admin['Only for empty forums'].'" disabled="disabled" />' : '<input type="text" id="fld'.$pun_page['fld_count'].'" name="redirect_url" size="45" maxlength="100" value="'.pun_htmlencode($cur_forum['redirect_url']).'" />'; ?></span> 498 498 </label> 499 499 </div> branches/punbb-1.3-dev/upload/lang/English/admin.php
r1575 r1587 68 68 'Add category head' => 'Add category (create a new category at the specified position)', 69 69 'Add category info' => 'Your new category will not appear on the board index page until at least one forum is added to it. To create a new forum in this category or to move an existing forum to it go to the %s page.', 70 'Add category info link text' => 'forums', 70 71 'Add category' => 'Add category', // Also for submit button 71 72 'New category name' => 'New category name', … … 247 248 'Sort topic start' => 'Topic start', 248 249 'Redirect URL' => 'Redirect URL', 250 'Only for empty forums' => 'Only available in empty forums', 249 251 'Edit forums head' => 'Edit, delete or change the position of forums', 250 252 'Edit forum details head' => 'Edit forum\'s details and group permissions',
