diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2009-01-27 21:35:23 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2009-01-27 21:35:23 +0000 |
| commit | 59fb28ad45ea2f5052e6834c5f97d8540edaafdc (patch) | |
| tree | d38de56e97ac6b569eeb31586232dc7123a360d7 /modules | |
| parent | b1759d3b66bd5abf995930ea92b0b339704fcd8f (diff) | |
| download | kernel-59fb28ad45ea2f5052e6834c5f97d8540edaafdc.tar.gz kernel-59fb28ad45ea2f5052e6834c5f97d8540edaafdc.tar.bz2 kernel-59fb28ad45ea2f5052e6834c5f97d8540edaafdc.zip | |
Fix formatting and info issues in help text
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/help_mod_adsense.tpl | 10 | ||||
| -rw-r--r-- | modules/help_mod_package_menu.tpl | 3 | ||||
| -rw-r--r-- | modules/help_mod_powered_by.tpl | 7 | ||||
| -rw-r--r-- | modules/help_mod_time.tpl | 4 |
4 files changed, 17 insertions, 7 deletions
diff --git a/modules/help_mod_adsense.tpl b/modules/help_mod_adsense.tpl index 4888b75..2410fff 100644 --- a/modules/help_mod_adsense.tpl +++ b/modules/help_mod_adsense.tpl @@ -1,7 +1,7 @@ <p class="note"> {tr}Display a Google AdSense block. Note that the <kbd>client</kbd> parameter is required and the Liberty <kbd>adsense data plugin</kbd> must be active for this module to work.{/tr} <br /> - <span class="example">{tr}Example:{/tr} <kbd>status=pending&sort_mode=created_asc&topic=News</kbd></span> + <span class="example">{tr}Example:{/tr} <kbd>client=exampleID&channel=bitwweaver</kbd></span> </p> <dl> @@ -11,19 +11,23 @@ <dt class="param"><kbd>format</kbd></dt> <dd><em>{tr}String{/tr}</em></dd> + <dd>{tr}The adblock format.{/tr}</dd> <dd><abbr class="default" title="{tr}default{/tr}">728x90_as</abbr></dd> - <dt class="param"><kbd>type</kbd></dt> + <dd><em>{tr}String{/tr}</em></dd> - <dd>{tr}The type of adblock.{/tr}</dd> + <dd>{tr}The adblock type.{/tr}</dd> <dd><abbr class="default" title="{tr}default{/tr}">text_image</abbr></dd> <dt class="param"><kbd>channel</kbd></dt> <dd><em>{tr}String{/tr}</em></dd> + <dd>{tr}Clients tracking channel to assign to.{/tr}</dd> <dt class="param"><kbd>width</kbd></dt> <dd><em>{tr}Numeric{/tr}</em></dd> + <dd>{tr}Number of pixels wide.{/tr}</dd> <dt class="param"><kbd>height</kbd></dt> <dd><em>{tr}Numeric{/tr}</em></dd> + <dd>{tr}Number of pixels high.{/tr}</dd> </dl> diff --git a/modules/help_mod_package_menu.tpl b/modules/help_mod_package_menu.tpl index 7da2365..d18aae1 100644 --- a/modules/help_mod_package_menu.tpl +++ b/modules/help_mod_package_menu.tpl @@ -7,4 +7,5 @@ <dl> <dt class="param"><kbd>package</kbd></dt> <dd><em>{tr}String{/tr}</em></dd> -</dl>
\ No newline at end of file + <dd>{tr}Name of package to display, default is <kbd>active_package</kbd>{/tr}</dd> +</dl> diff --git a/modules/help_mod_powered_by.tpl b/modules/help_mod_powered_by.tpl index 99311b1..93a657d 100644 --- a/modules/help_mod_powered_by.tpl +++ b/modules/help_mod_powered_by.tpl @@ -1,14 +1,15 @@ <p class="note"> - {tr}Display icons of some of the software products used in Bitweaver. If <kbd>no_dblogo</kbd> is set, the icon of the database used is not displayed.{/tr} + {tr}Display icons of some of the software products used in Bitweaver.{/tr} <br /> - <span class="example">{tr}Example:{/tr} <kbd>content_type=bitpage</kbd></span> + <span class="example">{tr}Example:{/tr} <kbd>no_dblogo&large</kbd></span> </p> <dl> <dt class="param"><kbd>no_dblogo</kbd></dt> <dd><em>{tr}Boolean{/tr}</em></dd> + <dd>{tr}Don't Display database logo.{/tr}</dd> <dt class="param"><kbd>large</kbd></dt> <dd><em>{tr}Boolean{/tr}</em></dd> - <dd><abbr class="default" title="{tr}default{/tr}">large</abbr>, small</dd> + <dd>{tr}Use larger logos.{/tr}</dd> </dl> diff --git a/modules/help_mod_time.tpl b/modules/help_mod_time.tpl index d735785..adb19a5 100644 --- a/modules/help_mod_time.tpl +++ b/modules/help_mod_time.tpl @@ -8,13 +8,17 @@ <dl> <dt class="param"><kbd>width</kbd></dt> <dd><em>{tr}Numeric{/tr}</em></dd> + <dd>{tr}Width in pixels.{/tr}</dd> <dt class="param"><kbd>height</kbd></dt> <dd><em>{tr}Numeric{/tr}</em></dd> + <dd>{tr}Height in pixels.{/tr}</dd> <dt class="param"><kbd>background</kbd></dt> <dd><em>{tr}String{/tr}</em></dd> + <dd>{tr}Color name.{/tr}</dd> <dt class="param"><kbd>src</kbd></dt> <dd><em>{tr}URL, text, Javascript{/tr}</em></dd> + <dd>{tr}Type of clock shown.{/tr}</dd> </dl> |
