Changeset 718 in subversion


Ignore:
Timestamp:
Aug 28, 2007 4:51:59 PM (6 years ago)
Author:
till
Message:

# css/design fixes

Location:
branches/devel-vnext/plugins/macbay_filter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-vnext/plugins/macbay_filter/ajax/new_cond.php

    r647 r718  
    44$add_id.= '_' . time(); 
    55?> 
    6 <div id="<?php echo $add_id; ?>" class="formrow formrow-indent"> 
     6<div id="<?php echo $add_id; ?>" class="formrow-indent"> 
    77        <label for="cond_<?php echo $add_id; ?>">&nbsp;</label> 
    88        <select name="rule_cond[<?php echo $add_id; ?>]" onchange="repopulateMode('<?php echo $add_id; ?>');" id="cond_<?php echo $add_id; ?>" class="medium" tabindex=""> 
  • branches/devel-vnext/plugins/macbay_filter/bin/plugin_action.php

    r694 r718  
    1616        $status = $macbay_filter->saveRules($_POST); 
    1717        if ($status !== true) { 
     18            rc_main::tfk_debug::('Response: ' . $status); 
    1819            array_push($error_msg, 'Ihre &Auml;nderungen konnten leider nicht gespeichert werden.'); 
    1920        } 
  • branches/devel-vnext/plugins/macbay_filter/form.php

    r711 r718  
    4949    </div> 
    5050        <div id="newFormWrapper" style="padding-top:20px;"> 
    51         <form action="<?php echo $RC_URI; ?>?_task=plugin&_action=macbay_filter/form.php" id="newRule" method="post" style="margin:none;width:760px;"> 
     51        <form action="<?php echo $RC_URI; ?>?_task=plugin&_action=macbay_filter/form.php" id="newRule" method="post" style="margin:0 0 0 10px;width:760px;"> 
    5252            <?php require dirname(__FILE__) . '/ajax/filter_neu.php'; ?> 
    5353            <input type="hidden" name="_plugin_action" value="add" /> 
Note: See TracChangeset for help on using the changeset viewer.