Skip to content

Commit

Permalink
Update XML
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Jul 30, 2020
1 parent 796b0fe commit 56133de
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions cmdb.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Cmdb</name>
<key>cmdb</key>
<state>stable</state>
<description>
<short>
<fr><![CDATA[Ce plugin permet d'ajouter un objet Service et d'autres objets divers pour l'analyse d'impact]]></fr>
<en><![CDATA[This plugin allows you to add a Service object and other miscellaneous objects for impact analysis]]></en>
</short>
<long>
<fr><![CDATA[Ce plugin permet d'ajouter un objet Service et d'autres objets divers pour l'analyse d'impact]]></fr>
<en><![CDATA[This plugin allows you to add a Service object and other miscellaneous objects for impact analysis]]></en>
</long>
</description>
<homepage>https://github.com/InfotelGLPI/cmdb</homepage>
<download>https://github.com/InfotelGLPI/cmdb/releases</download>
<issues>https://github.com/InfotelGLPI/cmdb/issues</issues>
<readme>https://github.com/InfotelGLPI/cmdb/wiki</readme>
<authors>
<author>Xavier CAILLAUD</author>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>2.2.1</num>
<compatibility>9.5</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<fr>
<tag>Analyse</tag>
<tag>Impact</tag>
<tag>Inventaire</tag>
</fr>
<en>
<tag>Analyze</tag>
<tag>Impact</tag>
<tag>Inventory</tag>
</en>
</tags>
</root>
2 changes: 1 addition & 1 deletion inc/citype.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ function showImportedItem($ID, $options = []) {
echo "</td>";
echo "</tr>\n";
echo "<tr class='tab_bg_1' name='importedItem'>";
echo "<td>" . __("Icon by types", 'cmdb') . "</td>";
echo "<td>" . __("Icon", 'cmdb') . "</td>";
echo "<td>";
if (isset($this->fields['name'])
&& $this->fields['name'] != '') {
Expand Down

0 comments on commit 56133de

Please sign in to comment.