diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-20 20:31:50 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-20 20:31:50 +0000 |
commit | b942930c70a077279815b5ab7e59c98e82209fb5 (patch) | |
tree | 99384786eeb54e7c0f6d2095b3bfe2781eba8562 | |
parent | 9a04156e3673856fbdcea8eee6603ab5b8395d6b (diff) |
Add title string to this page. Doesn't show yet because its in a gPanel
-rw-r--r-- | core/views/move_browse.html.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/views/move_browse.html.php b/core/views/move_browse.html.php index 5a0a1f56..4f69c0e9 100644 --- a/core/views/move_browse.html.php +++ b/core/views/move_browse.html.php @@ -24,6 +24,15 @@ } } </script> +<h1 style="display: none"> + <? if ($source->type == "photo"): ?> + <? t("Move this photo to a new album") ?> + <? elseif ($source->type == "movie"): ?> + <? t("Move this movie to a new album") ?> + <? elseif ($source->type == "album"): ?> + <? t("Move this album to a new album") ?> + <? endif ?> +</h1> <div id="gMove"> <ul id="tree_0"> <li id="node_1" class="node"> |