0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 20, 2023 — Apr 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed generic edit form to the following: - Made blocks into fieldsets again, converting the h2 to a legend. I didn't mean to change this the first time through. - Pulled up a level, removing the wrapping div, making each fieldset contain an order list, instead of each line being an ordered list, which was silly of me. - Since it went up a level, un-indented all of the internal html tags 2 spaces - changed the place holder for the network widgets to spans so that they displayed cleanly (Don't like the spans either, but its for the javascript) In the stylesheet just changed the div.sectionbody to ol.sectionbody More... almost 13 years ago
Fixed closing ul->div on multiselect section. Must have missed it a few commits ago. More... almost 13 years ago
IE uses input styling such as borders even on checkboxes... was not intended, so has been cleared for checkboxes More... almost 13 years ago
Use :// as separator for virsh URIs
atodorov
as Alexander Todorov
More... almost 13 years ago
This is a change to the multiselect buttons view, i didn't mean to commit the style sheet along with the spelling check fixes, but since I did might as well do the whole thing and then erevert it later if people dislike it More... almost 13 years ago
Fixed another postition mispelling More... almost 13 years ago
fixed typo postition should be position More... almost 13 years ago
Returned the multiselect section to being div's, since its actually not a set of list items, it is a single list item. Re-arranged the multiselect so that the buttons are centered between the two sections Removed all of the line breaks form that section Made the select box headings actually labels moved the order of multiselect after sectionbody definition due to inheritence More... almost 13 years ago
Restored select boxes to "default" styling since they are not as cleanly css-able Made visibly selected action from Batch Actions bold, mainly so by default Batch Action is bold. Moved text-area and multi-select sizing into stylesheet. re-alphabetized some of the tag styles Made the default login's text inputs centered, since everything else on that page is More... almost 13 years ago
Added missing bracket from two commits ago in the stylesheet. More... almost 13 years ago
Re-added the tool tips for when they exist in the edit forms and set a style on them. Removed an extraneous line break from textareas in edit form More... almost 13 years ago
Fixed javascript where I had used teh wrong quotes, thus breaking the network interface widgets More... almost 13 years ago
Added label and span to cleanup block More... almost 13 years ago
Added version across all of the template loads so that the footer is populated with it More... almost 13 years ago
all css: - set overall default font size of 1em - added missing tags to the cleanup css block - fixed button layout -- list line buttons are smaller font to keep lines smaller -- set action input button's size - set indentation and bolding of items in batch action - redid the list formatting -- removed zebra stripes, they share the standard background now -- hover is now the background color of the old darker zebra stripe -- selected lines now background of the older light zebra stripe - added webkit border radius More... almost 13 years ago
generic_lists.tmpl - Removed force space on the checklists generic_lists.tmpl - Added javascript to allow for selected row highlighting More... almost 13 years ago
Removed inline formatting from import.tmpl Made the context tips spans More... almost 13 years ago
Create more condensed s390 parm files More... almost 13 years ago
Add possibility to interrupt zPXE and to enter CMS More... almost 13 years ago
Allow slop in the config, not just the client. modules: don't hardcode /tftpboot More... about 13 years ago
Allow slop in the config, not just the client. modules: don't hardcode /tftpboot More... about 13 years ago
Cleanup the way that we download content - Fixes a bug where we were only downloading grub-x86_64.efi More... about 13 years ago
Made both filter-adder elements exist in the same li element More... about 13 years ago
Added default formatting for ordered lists Added formatting for the new multiselect unordered list Changed old div definitions for the multiselect to li Added label formatting for inside sectionbody to line up all the forms. More... about 13 years ago
Adjusted multiselect section to be an unordered list instead of a div More... about 13 years ago
Moved the close list tag inside the for loop, otherwise we generate lots of nasty nested lists More... about 13 years ago
Changed edit templates to use ol instead of ul, because it apparently helps out those using screen readers, and we should be making things accessible, yes? More... about 13 years ago
Re-structured the edit templates to be unordered lists. Standardized the tooltip/contextual data as context-tip class Redid the delete setup so that its Delete->Really? Instead of Delete:Yes->Really? Same number of check boxes. Setup the delete bit so that Delete and Really are labels for the checkboxes and there isn't extraneous html input tags More... about 13 years ago
Added top margin on the filter adder More... about 13 years ago
Adjusted single action item buttons to be in the same list element, as it makes alignment cleaner, and more sense from a grouping standpoint Set submenubar default height to 26px Set submenubar's alignment to be as clean as I've been able to get so far. More... about 13 years ago