Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/13/2009 02:11:05 AM (17 years ago)
Author:
mdawaffe
Message:

minor, stopgap admin style tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/includes/functions.bb-admin.php

    r1982 r1995  
    701701    $action = $forum_id ? 'update' : 'add';
    702702?>
    703 <form method="post" id="<?php echo $action; ?>-forum" action="<?php bb_uri('bb-admin/bb-forum.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_ADMIN); ?>" class="add:forum-list:">
     703<form method="post" id="<?php echo $action; ?>-forum" action="<?php bb_uri('bb-admin/bb-forum.php', null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_ADMIN); ?>" class="add:forum-list: forum-form">
    704704    <fieldset>
    705705    <table><col /><col style="width: 80%" />
Note: See TracChangeset for help on using the changeset viewer.