Revision 1073
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
16-July 2009 Matthias Gallas |
15 |
# Removed double </form> tags in pages/intro.php and wysiwyg/modify.php |
|
15 | 16 |
! replaced all remaining mktime() with time(), except from third party scripts |
16 | 17 |
15-July 2009 Matthias Gallas |
17 | 18 |
! changed in modules/admin.php and admin/pages/add.php mktime() to time() |
trunk/wb/admin/pages/intro.php | ||
---|---|---|
65 | 65 |
<input type="submit" value="<?php echo $TEXT['SAVE'];?>" class="submit" /> |
66 | 66 |
</td> |
67 | 67 |
<td class="right"> |
68 |
</form> |
|
69 | 68 |
<input type="button" value="<?php echo $TEXT['CANCEL'];?>" onclick="javascript: window.location = 'index.php';" class="submit" /> |
70 | 69 |
</td> |
71 | 70 |
</tr> |
trunk/wb/modules/wysiwyg/modify.php | ||
---|---|---|
68 | 68 |
<input type="submit" value="<?php echo $TEXT['SAVE']; ?>" style="width: 100px; margin-top: 5px;" /> |
69 | 69 |
</td> |
70 | 70 |
<td align="right"> |
71 |
</form> |
|
72 | 71 |
<input type="button" value="<?php echo $TEXT['CANCEL']; ?>" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" /> |
73 | 72 |
</td> |
74 | 73 |
</tr> |
Also available in: Unified diff
Removed double </form> tags in pages/intro.php and wysiwyg/modify.php