Changeset 2957

Show
Ignore:
Timestamp:
07/24/08 17:30:50 (1 month ago)
Author:
gcroes
Message:

Ajout d'un module headingelement_article
début de l'écran d'administration des contenus

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/project/modules/devel/cms3/heading/actiongroups/admin.actiongroup.php

    r2954 r2957  
    66     
    77    public function processDefault (){ 
     8        $ppo = _ppo (); 
     9        $ppo->TITLE_PAGE = 'Administration des contenus du site'; 
     10        $ppo->arHeadingElementTypes = _class ('heading|headingelementtype')->getList (); 
     11        return _arPpo ($ppo, 'headingelements.admin.tpl'); 
    812    } 
    9      
    1013     
    1114    /** 
  • trunk/project/modules/devel/cms3/heading/module.xml

    r2915 r2957  
    88        <parameter name="site_id" caption="Identifiant unique du site" default="principal" />    
    99    </parameters> 
     10     
     11    <registry> 
     12     <entry id="HeadingElement"> 
     13      <type id="heading" caption="Rubrique" image="heading|img/headings.png" /> 
     14     </entry> 
     15    </registry> 
    1016</moduledefinition> 
  • trunk/project/modules/devel/cms3/headingelement_articles/module.xml

    r2911 r2957  
    22<moduledefinition version="1"> 
    33    <general> 
    4         <default name="headingelement_links" version="1" 
    5             description="[CMS][Element de rubrique] Liens hypertextes" /> 
     4        <default name="headingelement_articles" version="1" 
     5            description="[CMS][Element de rubrique] Articles" /> 
    66    </general> 
    77    <dependencies> 
    88        <dependency name="heading" kind="module" />  
    99    </dependencies> 
     10    <registry> 
     11     <entry id="HeadingElement"> 
     12      <type id="article" caption="Article" image="headingelement_articles|img/articles.png" /> 
     13     </entry> 
     14    </registry>  
    1015</moduledefinition>