History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NXP-845
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jean-Marc Orliaguet
Reporter: Solen Guitter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Nuxeo Enterprise Platform

Creation of a new user : no button but a link

Created: 20/04/07 14:18   Updated: 18/06/07 12:28
Component/s: None
Affects Version/s: None
Fix Version/s: 5.1.RC

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(14 kb)

2. screenshot-2.jpg
(24 kb)
Environment: 04/19 build

Resolution Date: 18/06/07 12:28
Require Callback: No
Participants: Jean-Marc Orliaguet, Solen Guitter and Thierry Delprat
Date of First Response: 27/04/07 12:17
Tags:


 Description  « Hide
Instead of a "Save" button, there is a "Save" link at the end of the user creation form.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Thierry Delprat - 27/04/07 12:17
This seems to be a Theme issue because the xhtml code did not change.
This is true for most buttons on the users/hgroups screens.


Solen Guitter - 22/05/07 09:56
It's a link again on today's build.

Jean-Marc Orliaguet - 22/05/07 11:18
I am using revision 19096 and the button appears correctly under Firefox.

Solen Guitter - 23/05/07 10:08
It's the "Save" button in the creation form that is not displayed correctly.

Jean-Marc Orliaguet - 23/05/07 11:18
the style specifies "input.button" as a selector

    <!-- buttons -->
    <style name="default buttons">
      <selector path="input.button">
        <background>url(/nuxeo/img/button_1.gif) 0 0 repeat-x #e3e6ea</background>
         ....
      </selector>

and the html contains <a class="button">

the style should be changed to:

<selector path=".button">