$this->add_lapp_function(0, _("Dimension &Entry"),
"dimensions/dimension_entry.php?", 'SA_DIMENSION', MENU_ENTRY);
$this->add_lapp_function(0, _("&Outstanding Dimensions"),
- "dimensions/inquiry/search_dimensions.php?outstanding_only=1", 'SA_DIMTRANSVIEW', MENU_TRANSACTIONS);
+ "dimensions/inquiry/search_dimensions.php?outstanding_only=1", 'SA_DIMTRANSVIEW', MENU_TRANSACTION);
$this->add_module(_("Inquiries and Reports"));
$this->add_lapp_function(1, _("Dimension &Inquiry"),
***********************************************************************/
class renderer
{
- /* Uncomment this member if you want to use the category icons defined in /applications/applications.php
function get_icon($category)
{
global $path_to_root;
-
- $img = $category == '' ? 'right.gif' : $category.'.png';
+
+ // uncomment this line if you want to use the pre-defined categories.
+ //$img = $category == '' ? 'right.gif' : $category.'.png';
+ $img = 'right.gif';
return "<img src='$path_to_root/themes/cool/images/$img' style='vertical-align:middle;' border='0'> ";
}
- */
function wa_header()
{
$selected_app = $waapp->get_selected_application();
- $img = "<img src='$path_to_root/themes/aqua/images/right.gif' style='vertical-align:middle;' width='17' height='17' border='0'> ";
foreach ($selected_app->modules as $module)
{
// image
foreach ($module->lappfunctions as $appfunction)
{
+ $img = $this->get_icon($appfunction->category);
if ($appfunction->label == "")
echo " <br>";
elseif ($_SESSION["wa_current_user"]->can_access_page($appfunction->access))
echo "<td width='50%' class='menu_group_items'>";
foreach ($module->rappfunctions as $appfunction)
{
+ $img = $this->get_icon($appfunction->category);
if ($appfunction->label == "")
echo " <br>";
elseif ($_SESSION["wa_current_user"]->can_access_page($appfunction->access))
***********************************************************************/
class renderer
{
- /* Uncomment this member if you want to use the category icons defined in /applications/applications.php
function get_icon($category)
{
global $path_to_root;
-
- $img = $category == '' ? 'right.gif' : $category.'.png';
+
+ // uncomment this line if you want to use the pre-defined categories.
+ //$img = $category == '' ? 'right.gif' : $category.'.png';
+ $img = 'right.gif';
return "<img src='$path_to_root/themes/cool/images/$img' style='vertical-align:middle;' border='0'> ";
}
- */
function wa_header()
{
global $path_to_root;
$selected_app = $waapp->get_selected_application();
- $img = "<img src='$path_to_root/themes/cool/images/right.gif' style='vertical-align:middle;' width='17' height='17' border='0'> ";
foreach ($selected_app->modules as $module)
{
// image
foreach ($module->lappfunctions as $appfunction)
{
+ $img = $this->get_icon($appfunction->category);
if ($appfunction->label == "")
echo " <br>";
elseif ($_SESSION["wa_current_user"]->can_access_page($appfunction->access))
echo "<td width='50%' class='menu_group_items'>";
foreach ($module->rappfunctions as $appfunction)
{
+ $img = $this->get_icon($appfunction->category);
if ($appfunction->label == "")
echo " <br>";
elseif ($_SESSION["wa_current_user"]->can_access_page($appfunction->access))
***********************************************************************/
class renderer
{
- /* Uncomment this member if you want to use the category icons defined in /applications/applications.php
function get_icon($category)
{
global $path_to_root;
-
- $img = $category == '' ? 'right.gif' : $category.'.png';
+
+ // uncomment this line if you want to use the pre-defined categories.
+ //$img = $category == '' ? 'right.gif' : $category.'.png';
+ $img = 'right.gif';
return "<img src='$path_to_root/themes/cool/images/$img' style='vertical-align:middle;' border='0'> ";
}
- */
function wa_header()
{
-// add_js_ufile("themes/default/renderer.js");
page(_($help_context = "Main Menu"), false, true);
}
$selected_app = $waapp->get_selected_application();
- $img = "<img src='$path_to_root/themes/default/images/right.gif' style='vertical-align:middle;' width='17' height='17' border='0'> ";
foreach ($selected_app->modules as $module)
{
// image
foreach ($module->lappfunctions as $appfunction)
{
+ $img = $this->get_icon($appfunction->category);
if ($appfunction->label == "")
echo " <br>";
elseif ($_SESSION["wa_current_user"]->can_access_page($appfunction->access))
echo "<td width='50%' class='menu_group_items'>";
foreach ($module->rappfunctions as $appfunction)
{
+ $img = $this->get_icon($appfunction->category);
if ($appfunction->label == "")
echo " <br>";
elseif ($_SESSION["wa_current_user"]->can_access_page($appfunction->access))