Skip to content

Commit

Permalink
Styling (#11)
Browse files Browse the repository at this point in the history
* Develop: add new theme and plugins (#3)

* remove unnecessary lines on print letter

* sync from mobile branch (rosariosis) (#2)

* Fix SQL error invalid input syntax for integer

* Place currency symbol after amount for some locales

* SQL use timestamp type: standard & without time zone by default

* Fix typo in the Custom module README.md file

* CSS add .accounting-totals, .accounting-staff-payroll-totals, .student-billing-totals classes

* Add Balance widget to Print Statements

* Add Staff Payroll Balance widget to Print Statements

* Add Total calculation to Daily Transactions

* Fix $school_id & get back unescaped value

Co-authored-by: François Jacquet <[email protected]>

* add legacy theme

* change search form

* change input tag

* config database

* input styling

Co-authored-by: François Jacquet <[email protected]>

* update fork 24-08-2022 (#4)

* SQL convert address table name to lowercase

* SQL shorten year month extract

Co-authored-by: François Jacquet <[email protected]>

* new module

* form input styling

* prepare rebase

* ignoring .idea/

---------

Co-authored-by: François Jacquet <[email protected]>
  • Loading branch information
fu4d and francoisjacquet authored Sep 6, 2023
1 parent 26cab8c commit 44e4e7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/Inputs.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ function TextInput( $value, $name, $title = '', $extra = '', $div = true )

// Specify input type via $extra (email,...).
$type = mb_strpos( $extra, 'type=' ) === false ? 'type="text"' : '';

$input = '<input class="input"' . $type . ' id="' . $id . '" name="' . AttrEscape( $name ) .
'" value="' . AttrEscape( $value ) . '" ' . $extra . ' placeholder="'.$title.'" />' .
FormatInputTitle( $title, $id, $required );
Expand Down

0 comments on commit 44e4e7e

Please sign in to comment.