0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Next step in redoing layout: - added current logged in user and logout button to a div element at top of page - fixed content div from class to id - added footer (version entry doesn't work for some reason) - links to cobbler website More... about 13 years ago
in generic_list.tmpl - set the edit link to class 'action' - merged the creation of the edit action 'View kickstart' for system and profile More... about 13 years ago
Replaced tool tip as div+em with a span classed as tooltip. tooltip class just adds italic. More... about 13 years ago
Fixed table header alignment to left More... about 13 years ago
Take the logo out of the html, making it a css element, but retain the location and basic feel of the placement. More... about 13 years ago
Step one of redoing the action list, pagination and filters. - split pagination and filters to two tmpl files - pagination can be called on its own (so it can live in top and bottom theoretically) - filter will eventually include pagination so its on the bottom - new submenubar includes pagination - new submenubar does age specific actiosn as links instead of drop downs cause there is usually 1, rarely 2, never more. More... about 13 years ago
Removed pagination from left hand column More... about 13 years ago
Removed an erroneous double quote from master.tmpl More... about 13 years ago
Went a bit overboard and re-adjusted whitespace in all the templates. Trying to do the code in deep blocks across templates can be a bit tedious and difficult to maintain. While the output is not perfect, at least the templates are more readable. More... about 13 years ago
Removed remaining vestige of action menu shading feature More... about 13 years ago
Removed header shade references completely from the lists and the code from master.tmpl More... about 13 years ago
Wrapped setting.tmpl error with the error class More... about 13 years ago
Changed h3 to h2 inside pages Made task_created's h4 into a h1 and standarized with the other pages More... about 13 years ago
Standardized header with a hr tag before the form tags More... about 13 years ago
Added base width on the multiple select boxes, primarily for when they are empty More... about 13 years ago
Removed fieldset wrappers and replaced legends with h1 and h2 depending on depth More... about 13 years ago
Adjusted logic for the legent to only change one word, instead of the full string More... about 13 years ago
Removed empty cell from table in generic_edit.tmpl More... about 13 years ago
Revert 8fed301e61f28f8eaf08e430869b5e5df6d02df0 because it was to many different changes More... about 13 years ago
Removed empty cell from table in generic_edit.tmpl More... about 13 years ago
Moved some cobbler admin and help menus to a separate menu in the menubar More... about 13 years ago
Added HTML5 autofocus attribute to login.tmpl. Unsupported browsers just ignores this. More... about 13 years ago
Re-built login.tmpl: - logo isn't a link anymore back to the same page - logo is centered with the login form - fieldset has been removed - set a css class for the body of the login page, unused for now. And the css: - removed the black border from css - centered the login button as well More... about 13 years ago
Made the links and span.actions hover with the same color as used for the section headings More... about 13 years ago
Removed as much in-HTML placed formatting as possible and implemented them in css. The main bit remaining is the ul.li floats in paginate.tmpl More... about 13 years ago
Cleaned up single tag closing for several of the checkboxes More... about 13 years ago
removed a trailing forward slash that was creating an orphaned close span tag More... about 13 years ago
Relabeled cells in thead row from td tags to th More... about 13 years ago
Added tr wrapper inside thead of tables for markup validation More... about 13 years ago
Removing old and unused template files More... about 13 years ago