rework notifications flyout

This commit is contained in:
Luke Pulverenti 2015-05-31 17:07:44 -04:00
parent 9b6cd65b9d
commit 8e0dc6d8e4
11 changed files with 115 additions and 189 deletions

View file

@ -4,19 +4,16 @@
<title>${TitleNotifications}</title>
</head>
<body>
<div id="notificationsPage" data-role="page" class="page type-interior notificationConfigurationPage">
<div id="notificationsPage" data-role="page" class="page libraryPage noSecondaryNavPage" data-require="scripts/notificationlist">
<div data-role="content">
<div class="content-primary">
<div class="readOnlyContent">
<div class="notificationsList" style="margin-top: 1em;">
</div>
<p style="display:none;" class="btnMarkReadContainer"><button class="btnMarkRead" type="button" data-icon="check">${ButtonMarkRead}</button></p>
<div class="readOnlyContent" style="margin: auto;max-width:900px;">
<h1>${TitleNotifications}</h1>
<div class="notificationsList" style="margin-top: 1em;">
</div>
</div>
</div>
</div>