You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2002/12/13 06:57:26 UTC

cvs commit: jakarta-struts/conf/share tiles-config_1_1.dtd

martinc     2002/12/12 21:57:26

  Modified:    conf/share tiles-config_1_1.dtd
  Log:
  Define the small-icon element in the Tiles DTD.
  
  Submitted by: Matt Raible
  
  Revision  Changes    Path
  1.3       +8 -1      jakarta-struts/conf/share/tiles-config_1_1.dtd
  
  Index: tiles-config_1_1.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/tiles-config_1_1.dtd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tiles-config_1_1.dtd	11 Oct 2002 03:11:41 -0000	1.2
  +++ tiles-config_1_1.dtd	13 Dec 2002 05:57:26 -0000	1.3
  @@ -270,3 +270,10 @@
   <!ELEMENT large-icon     (%Location;)>
   <!ATTLIST large-icon     id             ID              #IMPLIED>
   
  +
  +<!-- The "small-icon" element specifies the location, relative to the Struts
  +     configuration file, of a resource containing a small (16x16 pixel)
  +     icon image.
  +-->
  +<!ELEMENT small-icon     (%Location;)>
  +<!ATTLIST small-icon     id             ID              #IMPLIED>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>