Project

General

Profile

Support #2756 » College-Title-Message.txt

Chris Stein, 2013-08-31 03:20 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
//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
15

    
16
.profile-fields .field_college, .profile-fields .field_title {
17
color: #888;
18
}
(2-2/3)