mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #211] idea for the future: color in actions #149
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Roni-Neto on GitHub (Aug 23, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/211
Option to enable or disable action background colors
@EV-soft commented on GitHub (Aug 23, 2019):
Maybe my version is something you can use:
My latest improvements::
Upgraded icons: font-awesome/4.7.0 to font-awesome/5.9.0
Added column 'Ext' so you can sort on file-extension
Corrected count folders
Added several translate: lng('x...') // EV-soft more
Added list about all language codes: SelNew(langList()); (Not in use. Problems when placed in settings...)
(SupportFile: '.FM_language-codes.csv')
Renamed: translation.json to .FM_translation.json
Added warning: "This page needs JavaScript..."
CSS for column output tblcol,fsize (align, width)
Separated buttons [fileSelecting] and [fileHandling] with text: "With selected:"
Added fm_set_msg() to the language translate system like lng()
Show fileTime and more, for files in ZIP/TAR-archives
Color on actions buttons
See the attached ZIP file - Most changes are marked with comments:
TFM_EV-soft.zip
@Roni-Neto commented on GitHub (Aug 23, 2019):
@EV-soft
can be more customizable, add option to enable or disable stock colors, (Info / ext), "gray bar" of files for every bank as before?
@EV-soft commented on GitHub (Aug 24, 2019):
It will cause too many confusing settings.
In my opinion, a better method would be to create themes by editing css
@Roni-Neto commented on GitHub (Aug 24, 2019):
@EV-soft
a quick mode for those who don't want to color, people who don't understand much can disable it by changing (on to off) editing ($configcolor343 = on;) to ($configcolor343 = off;)
..............................................................
at the beginning of the code
.....................................................
below code
I put this
in each image I put ( id= )
example
<i class="fa fa-trash-o" id="testclass1121"></i>