Changeset 4d0413d in github
- Timestamp:
- Sep 19, 2007 2:48:18 AM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 84d06ed
- Parents:
- 5eee009
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcmail_template.inc (modified) (2 diffs)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r5eee009 r4d0413d 2 2 --------------------------- 3 3 4 2007/09/18 (thomasb) 5 ---------- 4 2007/09/19 (thomasb) 5 ---------- 6 - Unlock interface when message sending fails (#1484570) 6 7 - Eval PHP code in template includes (if configured) 7 8 - Show message when folder is empty. Mo more static text in table (#1484395) -
program/include/rcmail_template.inc
r5eee009 r4d0413d 243 243 function write($template='') 244 244 { 245 // unlock interface after iframe load 246 if ($this->framed) 247 array_unshift($this->js_commands, array('set_busy', false)); 248 245 249 // write all env variables to client 246 250 $js = $this->framed ? "if(window.parent) {\n" : ''; … … 306 310 { 307 311 $out = ''; 308 if (!$this->framed )312 if (!$this->framed && !empty($this->js_env)) 309 313 $out .= ($this->ajax_call ? 'this' : JS_OBJECT_NAME) . '.set_env('.json_serialize($this->js_env).");\n"; 310 314 -
program/js/app.js
r5eee009 r4d0413d 805 805 var form = this.gui_objects.messageform; 806 806 form.target = "savetarget"; 807 form._draft.value = '1'; 807 808 form.submit(); 808 809 break;
Note: See TracChangeset
for help on using the changeset viewer.
