CC-6077: Implement actions menu for library view

This commit is contained in:
Albert Santoni 2015-08-18 14:55:32 -04:00
parent b645f1c2ed
commit a271b53c2e
11 changed files with 1458 additions and 1003 deletions

View file

@ -1,4 +1,4 @@
<h2><?php echo sprintf(_("%s's Settings"), $this->escape($this->currentUser)) ?></h2>
<h2><?php echo _("My Profile") ?></h2>
<div id="current-user-container">
<?php if(Application_Model_User::getCurrentUser()->isSuperAdmin()) : ?>