Changeset 718 in subversion
- Timestamp:
- Aug 28, 2007 4:51:59 PM (6 years ago)
- Location:
- branches/devel-vnext/plugins/macbay_filter
- Files:
-
- 3 edited
-
ajax/new_cond.php (modified) (1 diff)
-
bin/plugin_action.php (modified) (1 diff)
-
form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-vnext/plugins/macbay_filter/ajax/new_cond.php
r647 r718 4 4 $add_id.= '_' . time(); 5 5 ?> 6 <div id="<?php echo $add_id; ?>" class="formrow formrow-indent">6 <div id="<?php echo $add_id; ?>" class="formrow-indent"> 7 7 <label for="cond_<?php echo $add_id; ?>"> </label> 8 8 <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 16 16 $status = $macbay_filter->saveRules($_POST); 17 17 if ($status !== true) { 18 rc_main::tfk_debug::('Response: ' . $status); 18 19 array_push($error_msg, 'Ihre Änderungen konnten leider nicht gespeichert werden.'); 19 20 } -
branches/devel-vnext/plugins/macbay_filter/form.php
r711 r718 49 49 </div> 50 50 <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;"> 52 52 <?php require dirname(__FILE__) . '/ajax/filter_neu.php'; ?> 53 53 <input type="hidden" name="_plugin_action" value="add" />
Note: See TracChangeset
for help on using the changeset viewer.
