diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-05 20:50:02 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:05 +0300 |
| commit | 140b6845eb7eed74b4d63cbda4ad2c2afdfd65d4 (patch) | |
| tree | 4aa252567a61d920d35a41bf13d47b366aeda5c1 /src/local/domain/descartes.rhizi.net | |
| parent | f14b4e5383692403d43af581780ebf52a96cf89e (diff) | |
relocating domain fragments (slated to move again soon)
Diffstat (limited to 'src/local/domain/descartes.rhizi.net')
| -rw-r--r-- | src/local/domain/descartes.rhizi.net/domain_types.js | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/src/local/domain/descartes.rhizi.net/domain_types.js b/src/local/domain/descartes.rhizi.net/domain_types.js deleted file mode 100644 index 0a9f1409..00000000 --- a/src/local/domain/descartes.rhizi.net/domain_types.js +++ /dev/null @@ -1,47 +0,0 @@ -define({ - type_attributes:[ - ['person', { - 'title':'Personne', - 'attributes': ['description', - 'email', - 'image-url', - 'name', - 'url' - ], - }], - ['resource', { - 'title':'Organisation', - 'attributes':['description', 'url', 'image-url', 'email'], - }], - ['project', { - 'title':'Projet', - 'attributes':['description', 'status', 'url', 'budget', 'total days','image-url'], - }], - ['skill', { - 'title':'Compétence', - 'attributes':['description', 'url', 'image-url'], - }] - ], - attribute_titles:{ - 'description':'Description', - 'email':'Email', - 'name':'Nom', - 'type':'Type', - 'url':'URL', - 'image-url':'Image URL', - 'total days':'Jours travaillés', - 'budget':'Budget en k€', - 'status':'Statut' - }, - attribute_ui:{ - 'description':'textarea', - 'email':'input', - 'name':'input', - 'type':'type', - 'image-url':'image', - 'url':'url', - 'total days':'total days', - 'budget':'input', - 'status':'input' - }, - }); |
