Added FetchMimeType macro.
Fix bad namespaces, package names and labels in StockData and InOutBoard help.
This commit is contained in:
parent
45de852b61
commit
b74cddb637
7 changed files with 88 additions and 16 deletions
23
lib/WebGUI/i18n/English/Macro_FetchMimeType.pm
Normal file
23
lib/WebGUI/i18n/English/Macro_FetchMimeType.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::i18n::English::Macro_FetchMimeType;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'fetch mime type title' => {
|
||||
message => q|Fetch MIME Type Macro|,
|
||||
lastUpdated => 1134252488,
|
||||
},
|
||||
|
||||
'fetch mime type body' => {
|
||||
message => q|
|
||||
|
||||
<b>^FetchMimeType;</b><br>
|
||||
<b>^FetchMimeType(<i>file system path to file</i>);</b><br>
|
||||
Returns the MIME type for a file. An absolute or relative file path
|
||||
to the file is required. A URL to the file will not work.
|
||||
|,
|
||||
lastUpdated => 1134252720,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue