Skip to content

Commit 37e5fff

Browse files
committed
Minor link fixes; 2.1.0
1 parent 48f344a commit 37e5fff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

code/Module.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class Module extends FormToolsModule
1616
protected $author = "Ben Keen";
1717
protected $authorEmail = "[email protected]";
1818
protected $authorLink = "https://formtools.org";
19-
protected $version = "2.0.5";
20-
protected $date = "2019-04-06";
19+
protected $version = "2.1.0";
20+
protected $date = "2023-02-19";
2121
protected $originLanguage = "en_us";
2222
protected $cssFiles = array("{MODULEROOT}/css/styles.css");
2323

templates/admin/edit.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<tr>
77
<td width="45"><a href="index.php"><img src="../images/icon_submission_accounts.gif" border="0" width="34" height="34" /></a></td>
88
<td class="title">
9-
<a href="../../admin/modules">{$LANG.word_modules}</a>
9+
<a href="../../../admin/modules">{$LANG.word_modules}</a>
1010
<span class="joiner">&raquo;</span>
1111
<a href="../">{$L.module_name}</a>
1212
<span class="joiner">&raquo;</span>

templates/admin/settings.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<tr>
55
<td width="45"><a href="../"><img src="../images/icon_submission_accounts.gif" border="0" width="34" height="34" /></a></td>
66
<td class="title">
7-
<a href="../../../admin/modules">{$LANG.word_modules}</a>
7+
<a href="../../../admin/modules/">{$LANG.word_modules}</a>
88
<span class="joiner">&raquo;</span>
99
<a href="../">{$L.module_name}</a>
1010
<span class="joiner">&raquo;</span>

0 commit comments

Comments
 (0)