Changeset 7097
- Timestamp:
- 11/29/08 11:14:47 (6 weeks ago)
- Location:
- branches/1.7
- Files:
-
- 2 modified
-
interface/owner/entry/edit/index.php (modified) (2 diffs)
-
library/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/interface/owner/entry/edit/index.php
r6862 r7097 375 375 } 376 376 request.send(data); 377 378 return true; 377 379 } 378 380 … … 465 467 this.preview = function () { 466 468 this.isPreview = true; 467 this.save(); 469 if (!this.save()) { 470 window.open("<?php echo $blogURL;?>/owner/entry/preview/"+entryManager.entryId, "previewEntry"+entryManager.entryId, "location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0"); 471 } 468 472 return; 469 473 } -
branches/1.7/library/config.php
r7061 r7097 6 6 // Define basic signatures. 7 7 define('TEXTCUBE_NAME', 'Textcube'); 8 define('TEXTCUBE_VERSION', '1.7. 6 : Staccato');8 define('TEXTCUBE_VERSION', '1.7.7 : Beta 1'); 9 9 define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 10 10 define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');
