+2005-07-07 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * English.lproj/Localizable.strings: added new 'Help' label (v0.9.38)
+
2005-07-05 Marcus Mueller <znek@mulle-kybernetik.com>
* calendar.css: added appointment priority styles (v0.9.37)
"Mail" = "Mail";
"You are here" = "You are here";
+
+"Help" = "Help";
return [[self clientObject] ownerInContext:[self context]];
}
+/* Help URL/target */
+
+- (NSString *)helpURL {
+ return [NSString stringWithFormat:@"help/%@.html", self->title];
+}
+- (NSString *)helpWindowTarget {
+ return [NSString stringWithFormat:@"Help_%@", self->title];
+}
+
/* notifications */
# Version file
-SUBMINOR_VERSION:=37
+SUBMINOR_VERSION:=38
# v0.9.28 requires NGExtensions v4.5.136
+2005-07-07 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * UIxPageFrame.wox: added 'help' hyperlink
+
2005-07-06 Marcus Mueller <znek@mulle-kybernetik.com>
* UIxCalInlineAptView.wox: add private appointment icon for non-public
<td class="linecolor"><img rsrc:src="line_right.gif"/></td>
</tr>
<tr>
- <td valign="top" colspan="3">
+ <td valign="top" colspan="2">
<var:component className="UIxAppNavView" />
</td>
+ <td valign="top" align="right" class="button_submit_env">
+ <a var:href="helpURL"
+ class="button_submit"
+ label:string="Help"
+ var:target="helpWindowTarget"
+ />
+ </td>
</tr>
</table>
</td>