Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-6841

<!-- IF .user --><!-- IF .user --><!-- ENDIF --><!-- ENDIF -->

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.0
    • Styles
    • None
    • PHP Environment:
      Database:

      styles/prosilver/template/mcp_warn_list.html
      <!-- IF .user -> is checked in <!- IF .user -->
      first one is starting in line 12 going else on line 55 and ending on 57
      the second one is starting in line 41 ending in line 48. so it's just useless
      find

      	<!-- IF .user -->
      		<fieldset class="display-options">
      			<label>{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}</label>
      			<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label>
      			<input type="submit" name="sort" value="{L_GO}" class="button2" />
      		</fieldset>
      		<hr />
      	<!-- ENDIF -->

      replace with

      		<fieldset class="display-options">
      			<label>{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}</label>
      			<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label>
      			<input type="submit" name="sort" value="{L_GO}" class="button2" />
      		</fieldset>
      		<hr />

            Acyd Burn Meik Sievertsen [X] (Inactive)
            nickvergessen Joas Schilling
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: