source:
spip-zone/_core_/plugins/dump/plugin.xml
@
40817
Last change on this file since 40817 was 40817, checked in by , 11 years ago | |
---|---|
File size: 727 bytes |
Line | |
---|---|
1 | <plugin> |
2 | <nom>Database Dump</nom> |
3 | <auteur>Collectif SPIP</auteur> |
4 | <icon>prive/themes/spip/images/dump-32.png</icon> |
5 | <licence>GPL</licence> |
6 | <version>1.0.0</version> |
7 | <etat>stable</etat> |
8 | <description>Export et Import de la base en XML</description> |
9 | <prefix>dump</prefix> |
10 | |
11 | <bouton id='admin_sauvegarder' parent='bando_administration' position='1'> |
12 | <icone>images/base-backup-16.png</icone> |
13 | <titre>texte_sauvegarde_base</titre> |
14 | <url>admin_backup</url> |
15 | </bouton> |
16 | <bouton id='admin_restaurer' parent='bando_administration' position='2'> |
17 | <icone>images/base-restore-16.png</icone> |
18 | <titre>bouton_restaurer_base</titre> |
19 | <url>admin_restore</url> |
20 | </bouton> |
21 | |
22 | <necessite id="SPIP" version="[2.3.0-dev;)" /> |
23 | </plugin> |
Note: See TracBrowser
for help on using the repository browser.