Changeset 1531
- Timestamp:
- 01/28/08 17:54:17 (6 months ago)
- Files:
-
- devel/mod/profile/profile.config.php (modified) (1 diff)
- devel/profile/profile.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/profile/profile.config.php
r1297 r1531 66 66 "category" => __gettext("Basic details"), 67 67 "col1" => true, 68 "invisible" => false,68 "invisible" => true, 69 69 "required" => false, 70 70 "user_type" => "", devel/profile/profile.class.php
r1297 r1531 276 276 277 277 $column1 = display_input_field(array("profiledetails[" . $fname . "]",$value->value,$ftype,$fname,@$value->ident,$page_owner)); 278 $column2 = "<label>". __gettext("Access Restriction:") ."<br />"; 279 $column2 .= run("display:access_level_select",array("profileaccess[".$fname . "]",$value->access)) . "</label>"; 280 278 if(!$finvisible) { 279 $column2 = "<label>". __gettext("Access Restriction:") ."<br />"; 280 $column2 .= run("display:access_level_select",array("profileaccess[".$fname . "]",$value->access)) . "</label>"; 281 } else { 282 $column2 = __gettext("Invisible field"); 283 } 284 281 285 $run_result .=templates_draw(array( 282 286 'context' => 'databox',
