added setting for bounced emails
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 17 Jan 2007 17:11:12 +0000 (17:11 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 17 Jan 2007 17:11:12 +0000 (17:11 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6776 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/admin/org_settings.js
Open-ILS/xul/staff_client/server/admin/org_settings.xhtml

index da9c14c..67bd0d0 100644 (file)
@@ -8,9 +8,9 @@ var myPerms = [ 'UPDATE_ORG_SETTING' ];
 var ORG_SETTINGS = {
        'circ.lost_materials_processing_fee'    : null,
        'cat.default_item_price'                                        : null,
-//     'circ.collections_fee'                                          : null,
        'auth.opac_timeout'                                                     : null,
        'auth.staff_timeout'                                                    : null,
+   'org.bounced_emails'                   : null,
 };
 
 function osEditorInit() {
index b02d531..39b961a 100644 (file)
                                                <td><button id='cat.default_item_price.apply'>Apply</button></td>
                                                <td><button id='cat.default_item_price.apply_all'>Apply to all Locations</button></td>
                                        </tr>
-                                       <!--
                                        <tr>
-                                               <td>Collections Fee</td>
-                                               <td>&#036;<input ismoney='1' type='text' id='circ.collections_fee' size='5'/></td>
-                                               <td><button id='circ.collections_fee.apply'>Apply</button></td>
-                                               <td><button id='circ.collections_fee.apply_all'>Apply to all Locations</button></td>
+                                               <td>Email address where failed (bounced) emails are returned</td>
+                                               <td><input type='text' id='org.bounced_emails' size='25'/></td>
+                                               <td><button id='org.bounced_emails.apply'>Apply</button></td>
+                                               <td><button id='org.bounced_emails.apply_all'>Apply to all Locations</button></td>
                                        </tr>
-                                       -->
                                </tbody>
                        </table>
                        <br/>