Commit

commit ae704ffc593ecfdd11834686937e89ee98a9a755
Author: Jan Dankert 
Date:   Wed Oct 14 22:20:22 2020 +0200

    Refactoring: Renamed component folders, because 'if' is no valid namespace fragment.

 .../html/{button => component_button}/ButtonComponent.class.php         | 0
 .../html/{checkbox => component_checkbox}/CheckboxComponent.class.php   | 0
 .../html/{column => component_column}/ColumnComponent.class.php         | 0
 .../components/html/{column => component_column}/column.js              | 0
 .../components/html/{date => component_date}/DateComponent.class.php    | 0
 .../components/html/{date => component_date}/component-date.php         | 0
 .../html/{editor => component_editor}/EditorComponent.class.php         | 0
 .../components/html/{editor => component_editor}/editor.js              | 0
 .../components/html/{editor => component_editor}/editor.less            | 0
 .../components/html/{else => component_else}/ElseComponent.class.php    | 0
 .../components/html/{form => component_form}/FormComponent.class.php    | 0
 .../components/html/{group => component_group}/GroupComponent.class.php | 0
 .../template_engine/components/html/{group => component_group}/group.js | 0
 .../components/html/{group => component_group}/group.less               | 0
 .../html/{hidden => component_hidden}/HiddenComponent.class.php         | 0
 .../components/html/{if => component_if}/IfComponent.class.php          | 2 +-
 .../components/html/{image => component_image}/ImageComponent.class.php | 0
 .../template_engine/components/html/{image => component_image}/image.js | 0
 .../components/html/{image => component_image}/image.less               | 0
 .../html/{include => component_include}/IncludeComponent.class.php      | 0
 .../components/html/{input => component_input}/InputComponent.class.php | 0
 .../{inputarea => component_inputarea}/InputareaComponent.class.php     | 0
 .../html/{insert => component_insert}/InsertComponent.class.php         | 0
 .../components/html/{label => component_label}/LabelComponent.class.php | 0
 .../components/html/{link => component_link}/LinkComponent.class.php    | 0
 .../template_engine/components/html/{link => component_link}/link.js    | 0
 .../components/html/{list => component_list}/ListComponent.class.php    | 0
 .../components/html/{logo => component_logo}/LogoComponent.class.php    | 0
 .../html/{newline => component_newline}/NewlineComponent.class.php      | 0
 .../html/{output => component_output}/OutputComponent.class.php         | 0
 .../components/html/{part => component_part}/PartComponent.class.php    | 0
 .../html/{password => component_password}/PasswordComponent.class.php   | 0
 .../html/{qrcode => component_qrcode}/QrcodeComponent.class.php         | 0
 .../components/html/{qrcode => component_qrcode}/qrcode.js              | 0
 .../components/html/{radio => component_radio}/RadioComponent.class.php | 0
 .../html/{radiobox => component_radiobox}/RadioboxComponent.class.php   | 0
 .../components/html/{row => component_row}/RowComponent.class.php       | 0
 .../{selectbox => component_selectbox}/SelectboxComponent.class.php     | 0
 .../html/{selector => component_selector}/SelectorComponent.class.php   | 0
 .../components/html/{set => component_set}/SetComponent.class.php       | 0
 .../components/html/{table => component_table}/TableComponent.class.php | 0
 .../template_engine/components/html/{table => component_table}/table.js | 0
 .../components/html/{table => component_table}/table.less               | 0
 .../components/html/{text => component_text}/TextComponent.class.php    | 0
 .../html/{upload => component_upload}/UploadComponent.class.php         | 0
 .../components/html/{upload => component_upload}/upload.js              | 0
 .../components/html/{upload => component_upload}/upload.less            | 0
 .../components/html/{user => component_user}/UserComponent.class.php    | 0
 .../components/html/{user => component_user}/component-user.php         | 0
 49 files changed, 1 insertion(+), 1 deletion(-)