Index: branches/RC/admin/tag_listing.php =================================================================== diff -u -r8929 -r9389 --- branches/RC/admin/tag_listing.php (.../tag_listing.php) (revision 8929) +++ branches/RC/admin/tag_listing.php (.../tag_listing.php) (revision 9389) @@ -11,28 +11,28 @@ include_once($pathtoroot."kernel/include/tag-class.php"); $pathtolocal = $pathtoroot."kernel/"; -require_once ($pathtoroot."admin/include/elements.php"); +require_once ($pathtoroot.$admin."/include/elements.php"); require_once ($pathtoroot."kernel/admin/include/navmenu.php"); require_once ($pathtolocal."admin/include/navmenu.php"); -require_once($pathtoroot."admin/toolbar.php"); +require_once($pathtoroot.$admin."/toolbar.php"); //Set Section $section = "in-portal:tag_library"; //Set Environment Variable $envar = "env=" . BuildEnv(); $sec = $objSections->GetSection($section); $objCatToolBar = new clsToolBar(); -$objCatToolBar->Add("img_save", +$objCatToolBar->Add("img_save", "la_Save", "#", "swap('img_save','toolbar/tool_select_f2.gif');", "swap('img_save', 'toolbar/tool_select.gif');", "javascript:history.back();", "tool_select.gif"); -$objCatToolBar->Add("img_cancel", +$objCatToolBar->Add("img_cancel", "la_Cancel", "#", - "swap('img_cancel','toolbar/tool_cancel_f2.gif');", + "swap('img_cancel','toolbar/tool_cancel_f2.gif');", "swap('img_cancel', 'toolbar/tool_cancel.gif');", "javascript:history.back();", "tool_cancel.gif"); @@ -72,44 +72,44 @@ { $i->LoadAttribs(); //echo " ".$i->attribs->NumItems()." Attributes
\n"; if( $i->Get("name") ) - { - ?> + { + ?> Get("scope") != "global") ? $i->Get("scope").'.'.$i->Get("name") : $i->Get("name"); ?> - + Get("description"); ?> Attributes: Source example: - + attribs->NumItems() > 0 ) { // has attributes ?> attribs->Items as $a) - { + { ?> + ?>
Get("Name").'['.$a->Get("AttrType").']'; ?> Get("Description"); ?>
  - Get('example'); echo $example ? $example : ' '; ?> @@ -119,6 +119,6 @@ } } } -?> - +?> + \ No newline at end of file