Project

General

Profile

Support #2756 » College-Title-Message-v2.txt

Chris Stein, 2013-09-10 09:17 AM

 
1

    
2
<!--
3
This uses the same .cacap-message class as the message at the top of the profile so CSS can be the same
4
-->
5

    
6
<tr>
7
	<td colspan="2" class="cacap-message">
8
		<p class="activity">The Commons has made changes to the way your positions are tracked to better allow those who hold multiple positions to list them. As part of that change the College and Title fields have been deprecated and you can no longer edit them.</p>
9
		<p class="activity">Please add your positions using the new Positions widget. <a href="http://cdev.gc.cuny.edu/members/cstein/profile/edit/">Click here</a> to enter Edit mode and scroll down to the bottom of the page to add Positions.</p>
10
	</td>
11
</tr>
12

    
13

    
14
<!-- If possible the message could change to the one below if the user has already added a Positions widget -->
15

    
16

    
17

    
18
<tr>
19
	<td colspan="2" class="cacap-message">
20
		<p class="activity">Thank you for using the new Positions widget. This replaces the old College and Title fields. They are shown here for informational purposes only while we make the transition and will be removed in the future.</p>
21
	</td>
22
</tr>
23

    
24
//CSS for to make labels grey. cacap-message is the same as used in the Inline-Help-HTML-CSS.txt file in http://redmine.gc.cuny.edu/issues/2742
25

    
26
.profile-fields .field_college, .profile-fields .field_title {
27
color: #888;
28
}
(3-3/3)