Changeset 1308
- Timestamp:
- Mar 4, 2011, 12:34:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/persinfo.jsp
r1307 r1308 553 553 } 554 554 555 . prompt555 .stepfields .prompt 556 556 { 557 557 width: 150px; … … 560 560 } 561 561 562 . input562 .stepfields .input 563 563 { 564 564 width: 250px; … … 566 566 } 567 567 568 .st atus568 .stepfields .status 569 569 { 570 570 width: 30px; … … 572 572 } 573 573 574 . help574 .stepfields .help 575 575 { 576 576 background: #e0e0e0; … … 580 580 } 581 581 582 . message582 .stepfields .message 583 583 { 584 584 color: #cc0000; … … 611 611 <p:pathelement title="Personal information registration" /> 612 612 </p:path> 613 614 <% 615 if (sc.getActiveProjectId() == 0) 616 { 617 %> 618 <base:note type="warning" style="width: 800px; margin-left: 20px; margin-bottom: 20px; margin-right: 0px; font-weight: bold; color: #cc0000;"> 619 No project has been selected. You may proceed with the registration but 620 created items will not be shared. 621 </base:note> 622 <% 623 } 624 %> 613 625 614 626 <form name="reggie" onsubmit="return false;">
Note: See TracChangeset
for help on using the changeset viewer.