##// END OF EJS Templates
Notify the user of missing attachments (#22401)....
Notify the user of missing attachments (#22401). under certain (rare) circumstances it may happen that, when an issue or other container is saved, added attachments have already been removed (i.e. by the attachments:prune rake task). This patch adds a validation error to the container in this case. Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15378 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3900:05527be943a5
r14996:40c9c3e922e1
Show More
context_menu_rtl.css
9 lines | 308 B | text/css | LassoCssLexer
#context-menu li.folder ul { left:auto; right:168px; }
#context-menu li.folder>ul { left:auto; right:148px; }
#context-menu li a.submenu { background:url("../images/bullet_arrow_left.png") left no-repeat; }
#context-menu a {
background-position: 100% 40%;
padding-right: 20px;
padding-left: 0px;
}