Skip to:
Content

BuddyPress.org

Changeset 124


Ignore:
Timestamp:
05/16/2008 11:06:34 PM (18 years ago)
Author:
jbasdf
Message:

modified inbox so that 'delete checked messages' is not shown if there are no messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages.php

    r118 r124  
    252252                                }
    253253                        }
     254                       
     255                        echo '
     256                                </tbody>
     257                                </table>
     258                                <p class="submit">
     259                                        <input id="deletebookmarks" class="button" type="submit" onclick="return confirm(\'You are about to delete these messages permanently.\n[Cancel] to stop, [OK] to delete.\')" value="Delete Checked Messages &raquo;" name="deletebookmarks"/>
     260                                </p>
     261                                </form>
     262                        </div>';
     263                       
    254264                } else {
    255265                        ?>
     
    261271                        <?php
    262272                }
    263                 echo '
    264                         </tbody>
    265                         </table>
    266                         <p class="submit">
    267                                 <input id="deletebookmarks" class="button" type="submit" onclick="return confirm(\'You are about to delete these messages permanently.\n[Cancel] to stop, [OK] to delete.\')" value="Delete Checked Messages &raquo;" name="deletebookmarks"/>
    268                         </p>
    269                         </form>
    270                 </div>';
    271273        }
    272274}
Note: See TracChangeset for help on using the changeset viewer.