Changeset 10354


Ignore:
Timestamp:
2005-07-29T14:32:36+12:00 (19 years ago)
Author:
chi
Message:

Add an argument "title_sub" here in PagedImgPlug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/PagedImgPlug.pm

    r10344 r10354  
    159159    'deft' => &get_default_block_exp(),
    160160    'reqd' => "no" },
     161      { 'name' => "title_sub",
     162    'desc' => "{HTMLPlug.title_sub}",
     163    'type' => "string",
     164    'deft' => "" },
    161165      { 'name' => "noscaleup",
    162166    'desc' => "{ImagePlug.noscaleup}",
     
    230234   
    231235    my $self = (defined $hashArgOptLists)? new XMLPlug($pluginlist,$inputargs,$hashArgOptLists): new XMLPlug($pluginlist,$inputargs);
    232 
     236   
    233237    return bless $self, $class;
    234238}
Note: See TracChangeset for help on using the changeset viewer.