Changeset 7813 for trunk/www/exception/not_logged_in.jsp
- Timestamp:
- May 19, 2020, 2:24:30 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/3.16-stable merged: 7793,7795-7810 /tags/3.16.1 (added) merged: 7811
- Property svn:mergeinfo changed
-
trunk/www/exception/not_logged_in.jsp
r7680 r7813 66 66 margin-left: 0.5em; 67 67 } 68 .dialogbuttons.popup-only 69 { 70 display: none; 71 } 72 .popup .dialogbuttons.popup-only 73 { 74 display: block; 75 } 76 .popup .dialogbuttons.no-popup 77 { 78 display: none; 79 } 68 80 </style> 69 81 </base:head> … … 84 96 </table> 85 97 86 <base:buttongroup subclass="dialogbuttons ">98 <base:buttongroup subclass="dialogbuttons popup-only"> 87 99 <base:button id="close" title="Close"/> 88 100 <base:button id="gologin" image="login.png" title="Login again…" /> 101 </base:buttongroup> 102 <base:buttongroup subclass="dialogbuttons no-popup"> 103 <base:button id="gologin2" image="login.png" title="Login again…" /> 89 104 </base:buttongroup> 90 105
Note: See TracChangeset
for help on using the changeset viewer.