Which delete button are you referring to? The '-' button in the input-many or the more standard delete-button elsewhere?
Bryan On Tue, Oct 9, 2012 at 4:30 PM, Bob Sleys <[email protected]> wrote: > Another thing I just found on these action buttons. If the user has > permission to update but not delete the record the delete button doesn't get > removed. Since the popup confirmation is in javascript it still works but > of course since the user can't remove the record they get the permission > denied page if they click ok. > > Bob > > > On Tuesday, October 9, 2012 1:03:16 PM UTC-4, Bob Sleys wrote: >> >> Could the problem with the missing icons have to do with the css looking >> for the image the icons come from at >> /img/glyphicons-halflings.png >> >> Perhaps I'm missing some import or include for the compass stuff? >> >> Bob >> >> On Monday, October 8, 2012 4:29:01 PM UTC-4, Bob Sleys wrote: >>> >>> Thanks for the quick fix. >>> >>> A few other minor issues I've noticed. >>> >>> Footers added via the footer tag in an extended page tag (example below) >>> are sometimes outside the container bootstrap-content div tag and sometimes >>> inside of it. IE it's outside the div on index, edit, new pages but inside >>> on show pages. >>> >>> <extend tag="page"> >>> <old-page merge > >>> <footer:><hr/> >>> Copyright <%= Time.now.year %> >>> <a href="&admin_users_url" if="¤t_user.administrator?"> >>> <br/> >>> <t key="hobo.admin.subsite_name">Admin</t> >>> </a> >>> </footer:> >>> </old-page> >>> </extend> >>> >>> The action buttons/text in the table for index pages are missing the >>> links are there if you carefully move the mouse over the proper spots just >>> there is nothing there to see. >>> >>> Bob >>> >>> On Monday, October 8, 2012 1:38:06 PM UTC-4, Bob Sleys wrote: >>>> >>>> See the attached screen shot. Note the extra +/- buttons and the text >>>> No Records to Display by the Machines label. Obviousness there is a record >>>> to display since it's right there in the screenshot. Note I didn't just >>>> added that record but just opened the edit form. Below is the dryml code >>>> I'm using for this form. I could very well have caused the problem in my >>>> code. >>>> >>>> <extend tag="form" for="Gym"> >>>> <old-form merge> >>>> <field-list: replace> >>>> <field-list columns="2" fields="name, phone, email, address"/> >>>> <field-list columns="1" fields="notes"/> >>>> <hr/> >>>> <div class="row columns"> >>>> <div class="span12"> >>>> <single-field-list fields="machines"> >>>> <machines-view:> >>>> <input-many> >>>> <field-list size="8" columns="1" fields="machine_model, >>>> serial_number, notes"> >>>> <machine_model-view:> >>>> <select-one text-method="manufacturer_model"/> >>>> </machine_model-view:> >>>> </field-list> >>>> </input-many> >>>> </machines-view:> >>>> </single-field-list> >>>> </div> >>>> </div> >>>> </field-list:> >>>> </old-form> >>>> </extend> >>>> >>>> Bob > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/hobousers/-/-m_utMIe-k8J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
