11 | | * In case the user has opened book inside Sophie Author (edit mode)and his rights are changed from read&write to read or to none, after he make a change - dialog window appear that informs him for that and give him a chance to save the book locally. |
12 | | * The message should be - "You have no longer right to edit this book on [server domain]. The book will be closed. Would you like to save a local copy of the book" |
13 | | * Two buttons stand after the text. |
14 | | * "Save as" - button with tooltip that says - "Save the current book with different name" |
15 | | * "Close" - button with tooltip that says - "Close the current book" |
16 | | * In case the user have opened book, that he have read rights over her, and the rights are changed to none, after the user makes request for new content (goes to next not viewed page for example) - a dialog window appear with the following message - "You have no longer rights to view this book. The book will be closed." |
17 | | * Only one button will be inside this window. |
18 | | * "Close" - button with tooltip that says - "Close the current book" |
19 | | * Note that immediately after the dialog windows appear the resource palette should be updated. If the user have no more rights over the book, she should disappear from the server resources list. [OPTIONAL]Respectively if the rights are changed from read & write to read the icon should be updated. |