Skip to content

Commit

Permalink
Styling form input (#6)
Browse files Browse the repository at this point in the history
* new module

* form input styling
  • Loading branch information
fu4d committed Sep 5, 2023
1 parent 269c795 commit ff3eba0
Show file tree
Hide file tree
Showing 639 changed files with 87,276 additions and 1,274 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/sms.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ProgramFunctions/StudentsUsersInfo.fnc.php
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ function _makeStartInput( $value, $column )
$disallow_edit_parent_student = true;
}

$return = '<div class="nobr">' . $add .
$return = '<div class="nobr">' . //$add .
DateInput(
$value,
'values[student_enrollment][' . $id . '][' . $column . ']',
Expand Down
Loading

0 comments on commit ff3eba0

Please sign in to comment.