Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F543447
PhabricatorDashboardHalfLayoutMode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
542 B
Referenced Files
None
Subscribers
None
PhabricatorDashboardHalfLayoutMode.php
View Options
<?php
final
class
PhabricatorDashboardHalfLayoutMode
extends
PhabricatorDashboardLayoutMode
{
const
LAYOUTMODE
=
'layout-mode-half-and-half'
;
public
function
getLayoutModeOrder
()
{
return
500
;
}
public
function
getLayoutModeName
()
{
return
pht
(
'Two Columns: 50%%/50%%'
);
}
public
function
getLayoutModeColumns
()
{
return
array
(
$this
->
newColumn
()
->
setColumnKey
(
'left'
)
->
addClass
(
'half'
),
$this
->
newColumn
()
->
setColumnKey
(
'right'
)
->
addClass
(
'half'
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 11:15 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120509
Default Alt Text
PhabricatorDashboardHalfLayoutMode.php (542 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment