Added Software Manager menu item
This commit is contained in:
parent
8176608b31
commit
b729cfcc00
@ -299,12 +299,15 @@
|
||||
<CommandReference CommandID="HelpCustomerFeedbackOptions" />
|
||||
<CommandReference CommandID="HelpLicensingAndActivation" />
|
||||
<Separator />
|
||||
<CommandReference CommandID="HelpSoftwareManager" />
|
||||
<Separator />
|
||||
<CommandReference CommandID="HelpAboutPlatform" />
|
||||
</Items>
|
||||
</Command>
|
||||
<Command ID="HelpViewHelp" />
|
||||
<Command ID="HelpCustomerFeedbackOptions" />
|
||||
<Command ID="HelpLicensingAndActivation" />
|
||||
<Command ID="HelpSoftwareManager" />
|
||||
<Command ID="HelpAboutPlatform" />
|
||||
</Commands>
|
||||
</Application>
|
||||
|
||||
@ -153,6 +153,7 @@
|
||||
<Command ID="HelpViewHelp" Title="View _Help" />
|
||||
<Command ID="HelpCustomerFeedbackOptions" Title="Customer _Feedback Options..." />
|
||||
<Command ID="HelpLicensingAndActivation" Title="_Licensing and Activation..." />
|
||||
<Command ID="HelpSoftwareManager" Title="Software and Update _Manager..." />
|
||||
<Command ID="HelpAboutPlatform" Title="_About {0}" />
|
||||
</Commands>
|
||||
</Language>
|
||||
|
||||
@ -111,6 +111,7 @@
|
||||
<Command ID="HelpViewHelp" Title="View _Help" />
|
||||
<Command ID="HelpCustomerFeedbackOptions" Title="Customer _Feedback Options..." />
|
||||
<Command ID="HelpLicensingAndActivation" Title="_Licensing and Activation..." />
|
||||
<Command ID="HelpSoftwareManager" Title="Software and Update _Manager..." />
|
||||
<Command ID="HelpAboutPlatform" Title="_About {0}" />
|
||||
</Commands>
|
||||
</Language>
|
||||
|
||||
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE UniversalEditor SYSTEM "U:\Doctypes\UniversalEditor.dtd">
|
||||
<UniversalEditor Version="3.0">
|
||||
<ProjectTemplates>
|
||||
<ProjectTemplate ID="{F1C7F194-6E83-4739-AF38-299D79461CB7}" TypeID="{A0786B88-2ADB-4C21-ABE8-AA2D79766269}">
|
||||
<Information>
|
||||
<Title>Joomla! Project</Title>
|
||||
<IconPath LargeFileName="MainIcon_32x32.png" SmallFileName="MainIcon_16x16.png" />
|
||||
<Path>
|
||||
<Part>Website Development</Part>
|
||||
<Part>PHP</Part>
|
||||
</Path>
|
||||
</Information>
|
||||
<FileSystem>
|
||||
<Files>
|
||||
<File Destination="index.php">
|
||||
<Content Type="text/plain"><![CDATA[<?php
|
||||
|
||||
echo "Hello World!";
|
||||
|
||||
?>]]></Content>
|
||||
</File>
|
||||
</Files>
|
||||
</FileSystem>
|
||||
</ProjectTemplate>
|
||||
</ProjectTemplates>
|
||||
</UniversalEditor>
|
||||
Loading…
x
Reference in New Issue
Block a user