Changeset 1450455
- Timestamp:
- 07/07/2016 07:43:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
files-addon-for-event-espresso-4/trunk/EE_File_Display_Strategy.php
r1448510 r1450455 31 31 public function display() 32 32 { 33 33 $value = $this->_input->raw_value_in_form(); 34 34 $input ='<input type="text">'; 35 35 $input = '<input type="'. $this->get_type() .'"'; … … 51 51 $input .= $this->_input->html_other_attributes(); 52 52 $input .= '/>'; 53 53 if ($value != '' ) { 54 $input .= "<br><img src='$value' style='padding:3px;border:1px solid #ccc;height:100px;width:100px'>"; 55 } 54 56 return $input; 55 57 }
Note: See TracChangeset
for help on using the changeset viewer.