mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 15:22:41 +00:00
Update lock message
This commit is contained in:
@@ -19,9 +19,12 @@ const LockNotification = createClass({
|
||||
<h1>BREW LOCKED</h1>
|
||||
<p>This brew been locked by the Administrators. It will not be accessible by any method other than the Editor until the lock is removed.</p>
|
||||
<hr />
|
||||
<p><strong>LOCK MESSAGE:</strong></p>
|
||||
<h3>LOCK REASON</h3>
|
||||
<p>{this.props.message || 'Unable to retrieve Lock Message'}</p>
|
||||
<button onClick={()=>{this.props.disableLock();}}>CONTINUE TO EDITOR</button>
|
||||
<hr />
|
||||
<p>Once you have resolved this issue, click REQUEST LOCK REMOVAL to notify the Administrators for review.</p>
|
||||
<p>Click CONTINUE TO EDITOR to temporarily hide this notification; it will reappear the next time the page is reloaded.</p>
|
||||
<button onClick={this.props.disableLock}>CONTINUE TO EDITOR</button>
|
||||
<button onClick={this.removeLock}>REQUEST LOCK REMOVAL</button>
|
||||
</div>;
|
||||
}
|
||||
|
||||
@@ -15,4 +15,15 @@
|
||||
background-color: #777;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h3 {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 800;
|
||||
}
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user