Lines 1-5
Link Here
|
1 |
/* global confirmDelete */ |
1 |
/* global confirmDelete */ |
2 |
/* exported uncheckbox isNotNull isNull isNum log calcTotalRow autoFillRow messenger updateCosts calcNewsuggTotal getAuthValueDropbox totalExceedsBudget budgetExceedsParent checkBudgetParent hideColumn showColumn showAllColumns hideAllColumns */ |
2 |
/* exported uncheckbox isNotNull isNull isNum log calcTotalRow autoFillRow updateCosts calcNewsuggTotal getAuthValueDropbox totalExceedsBudget budgetExceedsParent checkBudgetParent hideColumn showColumn showAllColumns hideAllColumns */ |
3 |
|
3 |
|
4 |
//======================================================================= |
4 |
//======================================================================= |
5 |
//input validation: |
5 |
//input validation: |
Lines 162-179
function autoFillRow(bud_id) {
Link Here
|
162 |
remainingTotal.style.color = 'black'; |
162 |
remainingTotal.style.color = 'black'; |
163 |
} |
163 |
} |
164 |
|
164 |
|
165 |
|
|
|
166 |
function messenger(X,Y,etc){ // FIXME: unused? |
167 |
win=window.open("","mess","height="+X+",width="+Y+",screenX=150,screenY=0"); |
168 |
win.focus(); |
169 |
win.document.close(); |
170 |
win.document.write("<body link='#333333' bgcolor='#ffffff' text='#000000'><font size='2'><p><br />"); |
171 |
win.document.write(etc); |
172 |
win.document.write("<center><form><input type=button onclick='self.close()' value='Close'></form></center>"); |
173 |
win.document.write("</font></body></html>"); |
174 |
} |
175 |
|
176 |
|
177 |
//======================================================================= |
165 |
//======================================================================= |
178 |
|
166 |
|
179 |
// NEXT BLOCK IS USED BY NEWORDERBEMPTY |
167 |
// NEXT BLOCK IS USED BY NEWORDERBEMPTY |
180 |
- |
|
|