Update of /cvsroot/phpslash/phpslash-dev/include/modules/block
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11099/phpslash-dev/include/modules/block
Modified Files:
Block_admin.class
Log Message:
block admin interface changes
Index: Block_admin.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/block/Block_admin.class,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Block_admin.class 24 Jun 2003 19:32:34 -0000 1.4
--- Block_admin.class 20 Oct 2004 12:19:57 -0000 1.5
***************
*** 62,65 ****
--- 62,69 ----
'BLOCK_TYPE_NAME' => $val
));
+ // select the default block type
+ if($val == $this->psl['blocktype.default']) {
+ $this->templ->set_var( 'SELECTED', 'selected');
+ }
$this->templ->parse("block_type_rows","block_type_row",true);
}
|