diff --git a/admin/templates/default/app_data.xsl b/admin/templates/default/app_data.xsl new file mode 100644 index 0000000000..f45dcba72b --- /dev/null +++ b/admin/templates/default/app_data.xsl @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + {$app_title} + + + + +   + + + + + +   + + + +   + + + + + + + + + + + + + row_off + + + row_on + + + +  •  + + + + + + +
+ + + + + + + + + + +
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + row_off + + + row_on + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + window.status=' + + '; return true; + + +
+ + + + + + +
+ + + window.status=' + + '; return true; + + +
+ + +
diff --git a/index.php b/index.php index d8c0c4d008..11732aee38 100755 --- a/index.php +++ b/index.php @@ -61,6 +61,7 @@ case 'property': case 'filemanager': case 'email': + case 'admin': $GLOBALS['phpgw_info']['flags']['xslt_app'] = True; break; }